Escape and unescape special characters in strings
See how String Escaper/Unescaper stacks up against alternatives:
| Feature | ToolboxPro | JSONLint.com | FreeFormatter.com |
|---|---|---|---|
| No file size limits beyond your browser's memory | ✅ | ⚠️ | ⚠️ |
| Dark mode support | ✅ | ⚠️ | ⚠️ |
| Instant results with no server round-trip | ✅ | ⚠️ | ⚠️ |
| Fully Free / No Signup | ✅ | ⚠️ | ⚠️ |
| 100% Privacy (No Upload) | ✅ | ❌ | ❌ |
+ Well-known
+ Simple interface
- Limited features
- No file upload
- Ads heavy
+ Multiple tools
- Slow
- Uploads data to server
- Cluttered UI
Escape double quotes and backslashes in a user input string before embedding it in a JSON object.
Escape single quotes in a search query before concatenating it into a raw SQL statement for safety.
Escape special regex characters like . * + ? in a literal string before using it inside a regular expression.