Contains functionality for HTML-escaping strings.
Alias for html_escape
Returns the HTML-escaped representation of the given string. Only `&`, `<`, `>` and `"` are escaped.
@param [String] string The string to escape
@return [String] The escaped string
[Validate]