Expand description
HTML named and numeric entity decoding.
Functions§
- decode_
named - Decode a named HTML entity to its character(s).
- decode_
numeric - Decode a numeric character reference (
{or😀). - escape_
attr - Escape HTML attribute values:
&→&,<→<,>→>,"→",'→'. - escape_
text - Escape HTML text content:
&→&,<→<,>→>.