JavaScript Escape / Unescape
Escape JavaScript strings by adding backslashes before special characters and convert back to the original.
How to use?
Use Escape → para escapar aspas, barras e caracteres de controle para uso em strings JavaScript. Use ← Unescape para reverter.
Related Tools
JSON Escape / Unescape
Escape strings for use in JSON by adding backslashes and convert JSON strings back to the original text.
XML Escape / Unescape
Escape special XML characters (<, >, &, ", ') to entities and convert XML entities back to text.
HTML Escape / Unescape
Escape special HTML characters (<, >, &, ", ') to HTML entities and convert entities back to text.
JavaScript Formatter
Format and indent JavaScript code for better readability and debugging.
JavaScript Minifier
Minify JavaScript code by removing whitespace and comments to reduce file size in production.
Shell Argument Escaper
Quote a string safely for bash/sh, wrapping in single quotes and handling embedded quotes.