Escape Regex Metacharacters
Escape regular-expression metacharacters so text can be used as a literal pattern.
Convert in your browser · No sign-up
How to use
- Escape regular-expression metacharacters so text can be used as a literal pattern.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
a+b?. → a\+b\?\.
Details and limitations
Produces a standalone JavaScript regex source fragment, not a full /pattern/ literal. Does not execute expressions or replace the full RegExp.escape specification.
Text stays in your browser; it is not sent to a conversion server.
FAQ
Escape Regex Metacharacters — What are the supported inputs and limits?
Produces a standalone JavaScript regex source fragment, not a full /pattern/ literal. Does not execute expressions or replace the full RegExp.escape specification.
Related tools
Format references
Tool page updated: