# 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
