Online string escaping tool, supporting escaping rules for languages such as JSON, Java, JavaScript, XML, HTML, CSV, etc., and supporting custom rule string escaping. This tool also supports unescape of strings.
- Input Text : Input the text to be escaped or the text to be unescaped.
- Escape Rule : Select the rules for using text escape. This tool supports CSV, JavaScript, HTML3, HTML4, JAVA, JSON, XML1.0, XML1.1, XSI and custom rules. For example, when choosing JSON escape rules, the \, ", /, \r, \n and other control chars will be escaped.
-
Escape Map String : When selecting custom escape rules, input escape mapping characters.
THe format is String1 String2 (There is a space in the
middle).
Input a set of mapped characters per line, supporting multiple lines of input.
For example:
a b
hello world
\u0a LINE
\u1FFE3 \u62
\u0a\u0d CRLF