Reverse String
- Updated2023-02-17
- 1 minute(s) read
Reverse String
Produces a string whose characters are in reverse order of those in an input string.

Inputs/Outputs

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.

reversed
The result of reversing the string.
The data type of this output matches the data type of
string.