String Escape / Unescape

Escape or unescape strings for different languages and formats.

Supported Formats

JavaScript/JSON: backslash sequences (\n, \t, \", \\). HTML/XML: entity encoding (&, <). URL: percent encoding (%20). Python: similar to JS with raw string support. SQL: doubled single quotes. CSV: quoted fields.