downcase
string | downcase
returns string
Converts a string to all lowercase characters.
{{ product.title | downcase }}
{{ product.title | downcase }}
{
"product": {
"title": "Health potion"
}
}
Output
health potion
Was this page helpful?
Converts a string to all lowercase characters.
{{ product.title | downcase }}
{
"product": {
"title": "Health potion"
}
}