RegExOptions.DotMatchAll
From Xojo Documentation
Property (As Boolean )
aRegExOptions.DotMatchAll = newBooleanValue
or
BooleanValue = aRegExOptions.DotMatchAll
Supported for all project types and targets.
or
BooleanValue = aRegExOptions.DotMatchAll
Supported for all project types and targets.
Normally the period matches everything except a new line, this option allows it to match new lines. The default is False.