# Lower

Returns an input string value with all characters converted to lowercase

```mathematica
Lower("WINDOWS") → "windows"
Lower("GooD MoRniNg") → "good morning"
```

#### Inputs

`Lower(string)`

* `string` - A text value
