searchByRegex property
True if the find value should be treated as a regular expression.
Any backslashes in the pattern should be escaped. - True
: the search
text is treated as a regular expressions. - False
: the search text is
treated as a substring for matching.
Optional.
Implementation
core.bool? searchByRegex;