Escape String
escape_stringEscape a string. format = "js" (\uXXXX), "html" (&#xNN;), "url" (percent-encoding), or "all-nonascii" (js-escape only non-ASCII). Keyless, offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to escape. | |
| format | No | js | html | url | all-nonascii (default js). |