lcfirst
The lcfirst filter lowercases the first letter of a string.
{{ 'Lowercase Me Today'|lcfirst }} {# outputs 'lowercase Me Today' #}
The lcfirst filter lowercases the first letter of a string.
{{ 'Lowercase Me Today'|lcfirst }} {# outputs 'lowercase Me Today' #}