downcase Filter

Convert a string to all lowercase.

Parameters

None.

Category

String Filters

Description

The downcase filter converts a string to all lowercase.

{{ 'I AM NOT YELLING.' | downcase }}

Output

i am not yelling.