url_encode
Percent-encodes for URLs (spaces become +). (standard Liquid filter.)
Example
{{ "hello world" | url_encode }}Output:
hello+worldPercent-encodes for URLs (spaces become +). (standard Liquid filter.)
{{ "hello world" | url_encode }}Output:
hello+world