downcase Filter
Convert a string to all lowercase.
Parameters
None.
Category
Description
The downcase filter converts a string to all lowercase.
{{ 'I AM NOT YELLING.' | downcase }}
Output
i am not yelling.