[Issue 11765] std.regex: Negation of character class is not applied to base class first

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 19 04:55:50 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11765



--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-12-19 04:55:48 PST ---
Is the following sample caused by the same issue?

writeln("abcdefghijklmnopqrstuvwxyz".match("[a-z&&[^aeiuo]]"));

It writes [["a"]], I was expecting the first non-vowel [["b"]]. It returns "b"
in Ruby, as for .NET I haven't found the syntax it uses.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list