regex.escape
regex.escape(string)
Returns a string with regex special characters suitably escaped.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*
Returns a string with regex special characters suitably escaped.