Filters
parameterize
Last updated: · Published:
Converts a string to a parameter.
Input
{{ "Hi there. How are we doing today?" | parameterize }}
Output
"hi_there_how_are_we_doing_today"
Last updated: · Published:
Converts a string to a parameter.
{{ "Hi there. How are we doing today?" | parameterize }}
"hi_there_how_are_we_doing_today"