Back to Tools
Developer Tools
Backslash Escape/Unescape
Escape or unescape backslash sequences in text
How it works
Escape converts special characters in your text to their backslash sequence representations:
- Newlines become
\n - Tabs become
\t - Carriage returns become
\r - Backslashes become
\\
Unescape does the reverse, converting escape sequences back to their actual characters.
Want to learn more?
Read the complete guide with examples and tips
Related developer tools
Continue with nearby tasks in the developer tools hub.
Developer
Base64 Encode/Decode
Encode text to Base64 or decode Base64 strings
Open tool
Developer
Basic Auth Generator
Generate HTTP Basic Authorization headers
Open tool
Developer
JSON Format/Validate
Format, validate, and beautify JSON with syntax highlighting
Open tool
Developer
Unix Time Converter
Convert timestamps to human-readable dates and vice versa
Open tool
Developer
CSV to JSON
Convert CSV data to JSON array format
Open tool
Developer
Regex Tester
Test and debug regular expressions with live matching
Open tool