My question is simple. I searched a bit on the Internet, but couldn't find a quick way to unescape HTML text in a string.
For example:
"< > &"should be returned in "<> &" as a string.
Is there a quick way, or do I need to write my own unescaper?
source
share