url_encode
Found a typo or an error? Open a ticket.
Need support or have a technical question? Post to the user mailing-list.
The url_encode filter URL encodes a given string:
{{ data|url_encode() }}
Note
Internally, Twig uses the PHP urlencode function.