Noogλe
search input
Function of the day
Escapes a string
ssuch that it is safe to include verbatim in an XML document.Inputs
s- 1. Function argument
Type
escapeXML :: String -> StringExamples
lib.strings.escapeXMLusage exampleescapeXML ''"test" 'test' < & >'' => ""test" 'test' < & >"