Capitalize
From Shopify Wiki
[edit]
capitalize(input)
This filter returns a capitalized form of the input string.
Example:
<span>{{ variant.title | capitalize }}</span>
This filter returns a capitalized form of the input string.
Example:
<span>{{ variant.title | capitalize }}</span>