ReEscape
Last updated
Was this helpful?
Last updated
Was this helpful?
Escapes regular expression control characters within a string.
If a string is "foo.bar" and you want to escape it for use in a regular expression, you would use this BIF. Escaped Pattern will be "foo\.bar"
string
string
true
The string you that to escape.