Expand description
String encoding and decoding nodes: HTML entities, URL percent-encoding.
Structsยง
- Html
Decode - Decode HTML entities back to characters.
- Html
Encode - Encode HTML special characters as entities (
& < > " '). - UrlDecode
- Decode a percent-encoded URL string.
- UrlEncode
- Percent-encode a string for use in URLs (RFC 3986).