decode_url
Decode URL-encoded strings to restore original text, supporting full URLs, path components, or query parameters for data processing and analysis.
Instructions
Decode URL-encoded string
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | URL-encoded string to decode | |
| component | No | Component type (default: full) |