Escape a given input string, prefacing special characters with backslashes for use in a regular expression
The un-escaped input string
The escaped string, suitable for use in regular expression
Escape a given input string, prefacing special characters with backslashes for use in a regular expression