Aug. 31, 2010
7:38 a.m.
In my image the second expression returns true as well. In fact the '.' (dot) matches anything but the null character (see RxMatcher>>#syntaxAny). Lukas 2010/8/31 Nick Ager <nick.ager@gmail.com>:
Hi, Is there a way to allow the regex '.' (dot) to match line break characters: 'hello regex' matchesRegex: '.*regex' Â Â "true" 'hello regex' matchesRegex: '.*regex' Â Â "false"
Thanks Nick
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch