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"