Converts HTML entities back into their corresponding characters.
The HTML-encoded string to decode.
The decoded string with HTML entities replaced by their characters.
1.1.0
unescapeHtml("<div>Hello & World</div>");// "<div>Hello & World</div>" Copy
unescapeHtml("<div>Hello & World</div>");// "<div>Hello & World</div>"
Converts HTML entities back into their corresponding characters.