regexOptions property

RegexOptions regexOptions
final

Global regex options for the whole string,

Note: Removed support for regexOptions for MatchText and now it uses global regex options.

Implementation

final RegexOptions regexOptions;