Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@jagottsicher jagottsicher released this 07 Oct 13:16
· 2 commits to main since this release

Changelog:

  • added 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.