http://d.puremagic.com/issues/show_bug.cgi?id=6212
Dmitry Olshansky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Dmitry Olshansky <[email protected]> 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: -------
