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