Paste a string and escape/unescape it for different contexts.
|
}
Supported formats
- JSON β escapes quotes, backslashes, newlines
- HTML β converts
<,>,&,",'to entities - URL β percent-encodes special characters
- Regex β escapes regex metacharacters
- SQL β escapes single quotes (doubles them)
Related: Free URL Encoder & Decoder Β· Free Base64 Encoder / Decoder Β· Regex cheat sheet