escapeXML
lib.strings.escapeXML
Docs pulled from | This Revision | 35 minutes ago
Escapes a string s
such that it is safe to include verbatim in an XML
document.
Inputs
s
- 1. Function argument
Type
escapeXML :: string -> string
Examples
lib.strings.escapeXML
usage example
escapeXML ''"test" 'test' < & >''
=> ""test" 'test' < & >"