Bugs item #433024, was updated on 2001-06-14 01:26
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=433024&group_id=5470
Category: Regular Expressions
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Fredrik Lundh (effbot)
Assigned to: Fredrik Lundh (effbot)
Summary: SRE: (?flag) isn't properly scoped
Initial Comment:
from the jeffrey friedl report:
The way (?i) works now is that if it appears anywhere
in the regex, it turns on case-insensative matching
for the entire regex. This is different (and less
useful) than how Perl or Sun's Java package does it
[I'm pretty sure SRE does it this way to exactly
match the version of PCRE used in 1.5.2, but maybe
it's time to move forward... /F]
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=433024&group_id=5470
|