encoding_url_decode
Convert percent-encoded URL strings back into readable text. Use it to decode encoded characters and fix garbled links or query parameters.
Instructions
URL-decode a percent-encoded string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |