String Escaper
Make strings safe for use inside code and data formats. Escapes special characters for regex, shell, SQL, JSON, CSV, and XML.
Escape makes strings safe within a language (regex metacharacters, SQL quotes, shell specials).
For converting data formats (Base64, URL %, hex), use Encoder / Decoder.
curl -X POST -d 'input=hello+world&context=regex' swissarmydev.tools/escape