The capitalize filter capitalizes a value. The first character will be uppercase, all others lowercase:
{{ 'my first car'|capitalize }} {# outputs 'My first car' #}
batch
convert_encoding
Enter search terms or a module, class or function name.