http.forms
html_unescape(str) -> decoded
str
decoded
Decode HTML entities back to their original characters
Handles three entity forms:
&
<
>
"
'
&#NNN;
&#xNNN;
Codepoints above 255 are decoded to UTF-8 via std.utf.char.
std.utf.char