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

Reply via email to