encoding_url_encode
Encode text into URL percent-encoding to make it safe for web requests; spaces become plus signs.
Instructions
URL-encode a string using percent-encoding (spaces become +).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |