Javascript Escape Unescape

About Javascript Escape Unescape
Javascript Escape/ Unescape is an online tool used for escaping and unescaping certain text in the javascript code. It removes traces of offending characters that could prevent interpretation.

What characters are replaced?

  • Horizontal Tab is replaced with \t
  • Vertical Tab is replaced with \v
  • Nul char is replaced with \0
  • Backspace is replaced with \b
  • Form feed is replaced with \f
  • Newline is replaced with \n
  • Carriage return is replaced with \r
  • Single quote is replaced with \'
  • Double quote is replaced with \"
  • Backslash is replaced with \\

How to Escape/ Unescape JAVASCRIPT?

  • To Escape/ Unescape your JAVASCRIPT data add/ copy and paste the JAVASCRIPT data into the input.
  • You can also load the JAVASCRIPT data from the url by clicking the button or load the JAVASCRIPT data from the computer by clicking the button.
  • Click the 'Escape' or 'Unescape' button to process the data.
  • Once conversion is done you can download the file by clicking the button
  • Click button to copy to clipboard.
Related Tools

Javascript Escape Unescape