I figured out the bug. Inside a set of square brackets, \s doesn't
match whitespace. It matches s instead. I'm uncertain exactly how the
ECMA-262 part 15.10 regular expression specification is meant to handle
that situation.
- std.regex bug? My regex doesn't match what it's supposed... Alex Folland
- Re: std.regex bug? My regex doesn't match what it's... Alex Folland
- Re: std.regex bug? My regex doesn't match what ... Alex Folland
- Re: std.regex bug? My regex doesn't match w... Stanislav Blinov
- Re: std.regex bug? My regex doesn't match w... Alex Folland
- Re: std.regex bug? My regex doesn't mat... Stanislav Blinov
- Re: std.regex bug? My regex doesn't match what it's... Jesse Phillips
- Re: std.regex bug? My regex doesn't match what ... Alex Folland
