Reverse String

Produces a string whose characters are in reverse order of those in an input string.

1378

Inputs/Outputs

datatype_icon

string

The string you want to modify.

This input can also be any data type that contains only strings, such as an array or cluster of strings.
datatype_icon

reversed

The result of reversing the string.

The data type of this output matches the data type of string.