🛡️

String Escape/Unescape

Escape or unescape strings for JSON, HTML, XML, CSV, or regex.

text API: POST /api/tools/string-escape

Input

🔌 API Usage

POST /api/tools/string-escape
Content-Type: application/json

// Example body:
{
  "text": "",
  "language": "json",
  "mode": "escape"
}