# LOWER

The LOWER function converts a text string into lowercase. Node references are also accepted as arguments.

### Syntax

```javascript
lower(value:string)
```

### Arguments

value- A text string. Required.

### Example

```javascript
lower('INFORiver')
//Returns “inforiver"
```

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FN6B3ECPl802Yx0iE4w7d%2Fimage.png?alt=media&#x26;token=9bd89fa4-5020-45bf-87f5-4ab609891f17" alt=""><figcaption><p>LOWER function</p></figcaption></figure>

### **Excel equivalent**

[**Lower**](https://support.microsoft.com/en-us/office/lower-function-3f21df02-a80c-44b2-afaf-81358f9fdeb4)
