digitalmars.D - Two RegExp Bugs
- < _member pathlink.com> (7/7) May 06 2005 The first bug keeps the (multiline) pattern "[^$]" from matching
The first bug keeps the (multiline) pattern "[^$]" from matching the string "$". The second bug wrongly matches the (multiline) pattern "$" with the newline character. The GNU regular expression library suggests the pattern "foo$" should match the first three (not four) characters of "foo\nbar". http://www.delorie.com/gnu/docs/regex/regex_24.html
May 06 2005