{{ 'my first car' | capitalize }}
{# outputs 'My first car' #}
capitalize
The capitalize filter capitalizes a value. The first character will be uppercase, all others lowercase.
Was this helpful?
The capitalize filter capitalizes a value. The first character will be uppercase, all others lowercase.
{{ 'my first car' | capitalize }}
{# outputs 'My first car' #}
Was this helpful?