handleize
{{ product.title | handleize }}
{{ product.title | handle }}
{{ product.title | handleize }}
{{ product.title | handle }}
{
"product": {
"title": "Health potion"
}
}
Output
health-potion
health-potion
Was this page helpful?
{{ product.title | handleize }}
{{ product.title | handle }}
{
"product": {
"title": "Health potion"
}
}