> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/string-functions/length.md).

# Length

Returns the length of a text value

```mathematica
Length("Europe and North America") → 24
Length("10") → 2
```

#### Inputs

`Length(string)`

* `string` - A text value
