Changelog:
- added
EscapeStringRegex
which returns a string that escapes all regular expression metacharacters inside the argument of typestring
like .+*?()|[]{}^ and returns astring
which is a regular expression matching the literal text.
Changelog:
EscapeStringRegex
which returns a string that escapes all regular expression metacharacters inside the argument of type string
like .+*?()|[]{}^ and returns a string
which is a regular expression matching the literal text.