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

# Length

> Obtenir la longueur d'une chaîne de caractères

## Présentation

La transformation `length` renvoie le nombre de caractères dans une chaîne de caractères.

## Syntaxe

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
length(<variable>)
```

## Paramètres

| Paramètre  | Type   | Requis | Description         |
| ---------- | ------ | ------ | ------------------- |
| `variable` | string | Oui    | La chaîne à mesurer |

## Exemples

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
length(<variable>)
```
