pub fn unescape(escaped: String) -> String
Unescapes a string by converting HTML entities back to their original characters:
<
<
>
>
&
&
"
"
'
'