Type: lib.html.Unescape
Namespace: lib.html
Description
Convert HTML entities back to normal text. html, unescape, entities, decode
Use cases:
- Decode HTML-encoded data
- Process text scraped from the web
- Convert form submissions to plain text
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
The HTML text to unescape | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the lib.html namespace.