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