url_encode
Converts any URL-unsafe characters in a string into percent-encoded characters.
Input
{{ "[email protected]" | url_encode }}
Output
john%40liquid.com
Input
{{ "Tetsuro Takara" | url_encode }}
Output
Tetsuro+Takara
© 2005, 2006 Tobias Luetke
Licensed under the MIT License.
https://shopify.github.io/liquid/filters/url_encode/