url_encode
URL-encode any string by converting special characters to percent-encoded format, ensuring safe use in URLs.
Instructions
URL-encode a string (percent-encoding).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The string to URL-encode |