DO NOT REPLY [Bug 37382] - stack over flow while using a Regex

[email protected] Tue, 8 Nov 2005 20:14:09 +0100 (CET)
Newsgroups gmane.comp.jakarta.oro.devel
Message-ID <[email protected]>
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37382>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37382


[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Additional Comments From [email protected]  2005-11-08 20:14 -------
This is a duplicate of Bug #3561 (summary: rewrite the regular expression).

>because following one didn't work,
>
>Regex formReg = new Regex("(?i)(<form.*?>.*?</form>)");
>
>because . is taken as any character but not newline.

If you want . to match newlines, then use the SINGLELINE_MASK
option when compiling the expression.

You should upgrade to version 2.0.8 as it fixed a couple of
problems.


*** This bug has been marked as a duplicate of 3561 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.