Escape Regex Characters Online

Regex Escape

Some Regex characters must be escaped to use them in patterns. For example, the backslash is used in the Regex syntax. So, if you want to mention that you want a backslash to be matched, then you must escape this character.

The online tool replaces some of the characters and symbols with the corresponding escaped version. This functions will escape the following characters: \, *, +, ?, |, {, [, (,), ^, $, ., #, and white space. This tool is based on the net 6.0 Regex Escape method .