It capitalizes a string. It does not make it ALLCAPS, just the initial letter.
{{ 'hello sunshine!'|capitalize }}
Result
Hello sunshine!
It capitalizes a string. It does not make it ALLCAPS, just the initial letter.
{{ 'hello sunshine!'|capitalize }}
Hello sunshine!