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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to