# UPPER

The UPPER function converts a text string into uppercase. Node references are also accepted as arguments. It is commonly used to standardize text data for comparison, formatting, or consistency.

### Syntax

```javascript
upper(value:string)
```

### Arguments

value - A text string. Required.

### Example

```javascript
upper('INFORiver')
//Returns “INFORIVER".
```

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2F2HeMmNsP5wlks2L0xMCO%2Fimage.png?alt=media&#x26;token=19cedab6-1c3b-4fe6-bf4d-5a7a6aefcdaf" alt=""><figcaption><p>UPPER function</p></figcaption></figure>

### **Excel equivalent**

[**Upper**](https://support.microsoft.com/en-us/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6)
