Unescape the given escaped string.
Handles only &, <, >, ", and '.
&
<
>
"
'
An escaped string
The escaped string
foundry.utils.escapeHTML
Unescape the given escaped string.
Handles only
&,<,>,", and'.