Regex Escape/Unescape
Escape text so it can be safely used in a regular expression.
AdSense
Top banner
Input
Output
hello\.world\?
Tip: use this to match literal text (including dots, brackets, etc.) in a regex.
Was this page helpful?
Escape text so it can be safely used in a regular expression.
hello\.world\?