> ## Documentation Index
> Fetch the complete documentation index at: https://reportana.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# lower

### 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:

```twig theme={null}
{{ 'Hello, World!'|lower }}
```

### Output Example of the Code

<img src="https://mintcdn.com/reportana/Jha6odPLZMMTun1e/lower-en.png?fit=max&auto=format&n=Jha6odPLZMMTun1e&q=85&s=0cd1a94b4b85cfb89441ecfb08770663" alt="Result of `lower` Filter" width="884" height="193" data-path="lower-en.png" />
