> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2024.1/toolbox/string/lower.md).

# Lower

## Overview

![The Lower Node.](/files/Gy1QaqPv5CQk3EMVj12b)

The **Lower** **Node** converts a **String** to lowercase letters.

[**Scope**](/incari-studio/2024.1/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Lower Node Attributes.](/files/kOq7byYUgKfeOUii14qO)

| Attribute | Type       | Description                                                                               |
| --------- | ---------- | ----------------------------------------------------------------------------------------- |
| `String`  | **String** | The **String** to be converted to lowercase, 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 lowercase.                          |

## 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 lowercase.                                                                                                 |

## See Also

* [**Upper**](/incari-studio/2024.1/toolbox/string/upper.md)
