# Reverse

## Overview

![The Reverse Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-2b81e563d288f53774c0e4757c58f89a47ba5337%2Freverseupdatedimage.png?alt=media)

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

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

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

## Attributes

![The Reverse Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-2797bbe8ab4c1face5055daba6a6b1df1a9a8b86%2Freverseattributes.png?alt=media)

### Inputs

| 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**.                                                                                                               |
