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