Convert HTML entities (&, <, etc.) back to their original characters. Recovers readable text from HTML-encoded content.
Example
<p>Hello</p> → <p>Hello</p>
"A & B" → "A & B"
it's → it's
Convert HTML entities (&, <, etc.) back to their original characters. Recovers readable text from HTML-encoded content.
<p>Hello</p> → <p>Hello</p>
"A & B" → "A & B"
it's → it's