phobos/std/regex
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
..
internal std.regex: correctly add last character of a set to regex (bugzilla 14529) 2015-07-07 01:32:11 +02:00
package.d Revert "Introducing std.meta package" 2015-05-06 14:36:45 -07:00