Converts the first character of the value to uppercase.
For example:
{{ value|capfirst }}
When value is hello world then the output is Hello world.
At the moment this only works for the characters a through z. Accented characters (like ü) are not yet supported.
See also
upper
append
center
Enter search terms or a module, class or function name.