Reverse String Function
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
Produces a string whose characters are in reverse order of those in string.
The connector pane displays the default data types for this polymorphic function.

Inputs/Outputs
string
—
string can be a string or any data structure that contains only strings, such as an array or clusters of strings.
reversed
—
reversed is the reversed string and has the same structure as string. |
string
—
reversed
—