Skip to main content

downcase

string | downcase
returns string

Converts a string to all lowercase characters.

{{ product.title | downcase }}

Output

health potion
Was this page helpful?