lower

Translates the value to lower case.

For example:

{{ value|lower }}

When value is “Hello World” then the output is “hello world”.

Note: There is partial support for multi-byte unicode characters.

Edit on GitHub

capfirst Strings split

Referred by

Filters

Filters transform template variables before they are rendered.