RegExOptions.CaseSensitive

From Xojo Documentation

Property (As Boolean )
aRegExOptions.CaseSensitive = newBooleanValue
or
BooleanValue = aRegExOptions.CaseSensitive

Supported for all project types and targets.

Specifies if case is to be considered when matching a string. The default is False.