• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
logo Online Tools
0 Comments Favorite Copy Link Share

String Escape Online


String Escape Online-summary

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.

String Escape Online-instructions
  1. Input Text : Input the text to be escaped or the text to be unescaped.
  2. 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.
  3. 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