URL-encode / decode string
Encodes a string for use in a URL (encode) or decodes it back (decode). Supports standard and component (rawurlencode) formats.
Encodes a string for use in a URL (encode) or decodes it back (decode). Supports standard and component (rawurlencode) formats.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| String | string | yes | |
| Mode: encode (default) / decode / encode_raw (RFC 3986) | string | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Result | string |