TypeRules

Members

Functions

xml_escape
const(char)[] xml_escape(const(char)[] text)

Escapes the characters '<', '>' and '&' with named character entities. Taken from module cmd.Highlight;

Meta

Authors

Aziz Köksal