phobos/std/regex/internal
David Soria Parra 46831a485e std.regex: correctly add last character of a set to regex (bugzilla 14529)
When encounting the end of a character set ']' we have to correctly add the last
encountered valid character to the regex and resepect flags. This bug caused the
last character to not be correctly case folded if case folding was requested.

This fixes https://issues.dlang.org/show_bug.cgi?id=14529.
2015-07-07 01:32:11 +02:00
..
backtracking.d regex_internal: alias syntax update 2015-05-28 19:02:15 +02:00
generator.d Split up the intertwined mess of std.regex. 2014-09-13 13:45:46 +04:00
ir.d regex_internal: alias syntax update 2015-05-28 19:02:15 +02:00
kickstart.d Revert "Introducing std.meta package" 2015-05-06 14:36:45 -07:00
parser.d std.regex: correctly add last character of a set to regex (bugzilla 14529) 2015-07-07 01:32:11 +02:00
tests.d std.regex: correctly add last character of a set to regex (bugzilla 14529) 2015-07-07 01:32:11 +02:00
thompson.d detab and remove trailing whitespaces 2015-02-10 00:56:40 +09:00