Eschape html special chars: & " ' < >
escape html strings
"&\"'<>".escapeHtmlString.should.equal("&"'<>");
See Implementation
Eschape html special chars: & " ' < >