[regex-coach] a possible bug in regular expression word boundaries handling

Sten Wolf daniel.letai at opal-systems.co.il
Mon Nov 15 09:00:28 UTC 2010


trying out regex coach I discovered something that might be a bug - the 
handling of word boundaries

\< and \>

specifically - trying to match the first word in each line in a multiple 
line target string:

^\<.*\>

treats \< and \> as the characters < and > respectively.





More information about the regex-coach mailing list