Introduction

The lower filter is used to convert all characters in a string to lowercase.
This is useful when you need to standardize text formatting—for example, to display information consistently or perform text comparisons.

Example of Use

Exemplo de como usar o filtro lower para converter uma string para minúsculas:
{{ 'Hello, World!'|lower }}

Output Example of the Code

Result of `lower` Filter