Returns the HTML escaped version of a given string.
assert(htmlEscape(`"Hello", <World>!`) == `"Hello", <World>!`);
See Implementation
Returns the HTML escaped version of a given string.