Type: lib.urllib.UnquoteURL
Namespace: lib.urllib
Description
Decode a percent-encoded URL string using urllib.parse.unquote.
urllib, unquote, decode
Use cases:
- Convert encoded URLs to readable form
- Parse user input from URLs
- Display unescaped paths
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
Encoded text | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the lib.urllib namespace.