> 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/toolbox/string/reverse.md).

# Reverse

## Overview

![The Reverse Node.](/files/ymJFxWOgddoZ0lvqNBh2)

The **Reverse** **Node** takes a **String** and reverses it.

For example, if the **Input** is "dog", the **Output** will be "god".

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

## Attributes

![The Reverse Node Attributes.](/files/8zzl29VR7QeFfcskUnUm)

| Attribute | Type       | Description                                                          |
| --------- | ---------- | -------------------------------------------------------------------- |
| `String`  | **String** | The **String** to reverse, if none is given 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 reverse.                                            |

## 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. |
| `Reversed`         | **String** | The reversed **String**.                                                                                                               |
