[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
Fri Dec 20 00:51:22 PST 2013


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



--- Comment #6 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-12-20 00:51:17 PST ---
(In reply to comment #5)
> (In reply to comment #3)
> > 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.
> 
> From the look of it - an unrelated bug in set intersection.
> Better split it off as a new issue.

Filed as Issue 11784.

-- 
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