[Issue 11784] New: std.regex: bug in set intersection

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 20 00:51:08 PST 2013


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

           Summary: std.regex: bug in set intersection
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-12-20 00:51:04 PST ---
Split off from Issue 11765:

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