Skip to main content

handleize

string | handleize
returns string

Converts a string into a handle.


Note

The handleize filter has an alias of handle.


{{ product.title | handleize }}
{{ product.title | handle }}

Output

health-potion
health-potion
Was this page helpful?