[Issue 1395] Regex does not support range [something to \*]

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 2 22:05:48 PDT 2007


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





------- Comment #1 from alan at akbkhome.com  2007-08-03 00:05 -------
After looking into this in more detail - the fix is not valid.
The two regex's that are causing me problems are:

[\w-\.]
and
[\w-\*]

I think the parser needs to intepret that as
[\w\*-]
[\w\.-]


-- 



More information about the Digitalmars-d-bugs mailing list