Reverse

The Reverse Node.
The Reverse Node takes a String and reverses it.
For example, if the Input is "dog", the Output will be "god".

The Reverse Node Attributes.
Attribute | Type | Description |
---|---|---|
String | String | The String to reverse, if none is given in the Input Socket. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
String | String | The String to reverse. |
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. |
Last modified 3mo ago