# LEN

### Description

`LEN` takes a text and returns how many characters are in this text.&#x20;

### Example

```
LEN('Hello World')
```

will result in 11.
