PRISM.TOOLS
β Donate
β All Tools
π€ String Escaper
Escape and unescape strings for multiple programming languages
JavaScript
Python
Java
C#
C/C++
JSON
XML
SQL
β Escape
β Unescape
β Swap
Auto-process
Input String
π Paste
ποΈ
Hello "World" Line 1 Line 2 Special chars: \ / ' "
Escaped Output
π Copy
Load Sample
Quotes & Apostrophes
Multi-line Text
Special Characters
Unicode & Emoji
File Path
JavaScript String Escaping
Escapes special characters for use in JavaScript strings:
const str = "Hello \"World\"\nNew line";