JavaScript Regular Expression related methods
Methods
-
static escapeRegExp(string) → {string}
-
Escape reg exp reserved characters from a string to build a regular expression compatible string
Parameters:
Name Type Description string
string The string to escape Returns:
string - The escaped string