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

# title

### Introduction

The `title` filter is used to capitalize the first letter of each word in a string, converting the remaining letters to lowercase. This filter is useful for formatting titles or names in a standardized way.

### Example of Use

Example of how to use the `title` filter to capitalize each word in a string:

```twig theme={null}
{% set text = 'hello world' %}
{{ text|title }}
```

### Output Example of the Code

<img src="https://mintcdn.com/reportana/rrUbVfAgCraOJwnY/title-en.png?fit=max&auto=format&n=rrUbVfAgCraOJwnY&q=85&s=8264d4a254ff961ed6c882510d97a7b7" alt="Result of `title` Filter" width="905" height="209" data-path="title-en.png" />
