url_decode
Decode percent-encoded URL strings back to plain text. Use to recover original text from URL-encoded values.
Instructions
Decode a percent-encoded URL string back to plain text (decodeURIComponent). Use to recover the original text from a URL-encoded value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The URL-encoded string to decode. |