Skip to content

@technobuddha > library > Programming

Escaping

NameTypeDescription
escapeCFunctionEscape a string for use in C/C++
escapeGraphQLFunctionEscape a string for use in GraphQL
escapeHTMLFunctionEscape a string for use in HTML
EscapeHtmlOptionsTypeOptions for escapeHTML
escapeJavaFunctionEscape a string for use in Java
escapeJSFunctionEscape a string for use in Javascript
escapePythonFunctionEscape a string for use in Python
unescapeCFunctionUnescape a string encoded in C style
unescapeHTMLFunctionUnescape a string encoded in HTML
unescapeJavaFunctionUnescape a string encoded in Java style
unescapeJSFunctionUnescape a string encoded in Javascript style
unescapePythonFunctionUnescape a string encoded in Python style