# Upper

## Overview

![The Upper Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-d1a91d54874494fb5074863edbd853903d31d1f3%2Fuppernode.png?alt=media)

The **Upper** **Node** converts a **String** to uppercase letters.

[**Scope**](https://docs.incari.com/incari-studio/2022.1/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Upper Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-7d742b3c47238ae6987229112b6c0b09f6e3b7e2%2Fupperattributes.png?alt=media)

### Inputs

| Attribute | Type       | Description                                                                               |
| --------- | ---------- | ----------------------------------------------------------------------------------------- |
| `String`  | **String** | The **String** to be converted to uppercase, if none is received in the **Input Socket**. |

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `String`          | **String** | The **String** to be converted to uppercase.                          |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Result`           | **String** | The **String** converted to uppercase.                                                                                                 |

## See Also

* [**Lower**](https://docs.incari.com/incari-studio/2022.1/toolbox/string/lower)
