Convert HTML entities in a string to their UTF-8 character equivalents. Handles named entities (e.g. &, <, ©), decimal numeric references (&), and hexadecimal numeric references (&).
&
<
©
&
&
The string containing HTML entities.
The string with HTML entities replaced by their UTF-8 characters.
Convert HTML entities in a string to their UTF-8 character equivalents. Handles named entities (e.g.
&,<,©), decimal numeric references (&), and hexadecimal numeric references (&).