[Issue 5736] std.regex matches digits with when \w is used

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 14 16:39:51 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5736


kennytm at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kennytm at gmail.com


--- Comment #1 from kennytm at gmail.com 2011-03-14 16:36:43 PDT ---
What? \w by definition does match digits. It is the same as (in the ASCII
range) [0-9a-zA-Z_].

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


More information about the Digitalmars-d-bugs mailing list