url_decode
Decode percent-encoded URL strings to plain text. Recover the original text from URL-encoded values.
Instructions
Decode a percent-encoded URL string back to plain text (decodeURIComponent). Returns the decoded string, or an error if the input contains an invalid percent-escape sequence. Has no side effects. Free. 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. |