Type: lib.urllib.QuoteURL
Namespace: lib.urllib
Description
Percent-encode a string for safe use in URLs using urllib.parse.quote.
urllib, quote, encode
Use cases:
- Escape spaces or special characters
- Prepare text for query parameters
- Encode file names in URLs
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
Text to quote | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the lib.urllib namespace.