[Issue 1394] Regex does not support forgetfull matching (?:.......
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 8 06:20:52 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=1394
Dmitry Olshansky <dmitry.olsh at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry.olsh at gmail.com
--- Comment #2 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2010-11-08 06:19:48 PST ---
The same thing and less fussy patch for D2 and std.regex:
http://d.puremagic.com/issues/show_bug.cgi?id=5169
works with aforementioned test case:
auto g =
regex("^(?:br|frame|hr|img|input|link|meta|range|spacer|wbr|area|param|col)$","i");
I've got the same patch for std.regexp, but I'm not a patch master, I'd like
this one verifed first.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list