upcase
string | upcase
returns string
Converts a string to all uppercase characters.
{{ product.title | upcase }}
{{ product.title | upcase }}
{
"product": {
"title": "Health potion"
}
}
Output
HEALTH POTION
Was this page helpful?
Converts a string to all uppercase characters.
{{ product.title | upcase }}
{
"product": {
"title": "Health potion"
}
}