@technobuddha > library > Programming
Escaping
| Name | Type | Description |
|---|---|---|
| escapeC | Function | Escape a string for use in C/C++ |
| escapeGraphQL | Function | Escape a string for use in GraphQL |
| escapeHTML | Function | Escape a string for use in HTML |
| EscapeHtmlOptions | Type | Options for escapeHTML |
| escapeJava | Function | Escape a string for use in Java |
| escapeJS | Function | Escape a string for use in Javascript |
| escapePython | Function | Escape a string for use in Python |
| unescapeC | Function | Unescape a string encoded in C style |
| unescapeHTML | Function | Unescape a string encoded in HTML |
| unescapeJava | Function | Unescape a string encoded in Java style |
| unescapeJS | Function | Unescape a string encoded in Javascript style |
| unescapePython | Function | Unescape a string encoded in Python style |