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)