[Issue 6212] regex fails to make matches that include newline
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 26 03:30:59 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6212
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> 2011-06-26 03:26:05 PDT ---
Technically deep down std.regex there *is* an option to do that, namely
REA.dotmatcheslf option. However it was never exposed in std.regex interface...
So we definitely need to do one of two: expose "dot matches lf" option or kill
all of it inside implementation to remove junk.
Thoughts?
--
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