Quick Note
Focused tool workspace
String Unescape / Slash Remover

Remove escape slashes from SQL and JSON strings, or decode common escaped sequences into readable text.

Free to useBrowser-basedFast workflows
Sponsored
Clean escaped strings

Turn copied escaped text back into something readable

Useful for SQL snippets, JSON logs, API payloads, code output, and browser console strings. Paste an escaped value like \\"userNotifications\\" and get back "userNotifications".

Slash-only cleanupCommon escape decodingJSON string parsing
Input
21

Characters pasted

Output
19

Characters after cleanup

Slashes
2

Backslashes found

Input

Paste the escaped string

Output

Clean string result

Removed backslashes before quotes, slashes, and backslashes.
Preview
"userNotifications"