Skip to main content

upcase

string | upcase
returns string

Converts a string to all uppercase characters.

{{ product.title | upcase }}

Output

HEALTH POTION
Was this page helpful?