url_encode_decode
Encode special characters for safe URLs or decode percent-encoded strings back to readable text. Choose encode or decode mode.
Instructions
Encode or decode URL/URI strings.
Use this to safely encode special characters for URLs or
decode percent-encoded URL strings back to readable text.
Parameters:
text — The string to encode or decode.
mode — 'encode' (default) or 'decode'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| mode | No | encode |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |