Rotate String Function
- Updated2025-07-30
- 1 minute(s) read
Places the first character of string in the last position of first char last, shifting the other characters forward one position. For example, the string abcd becomes bcda.
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.
first char last
—
first char last is the rotated string and has the same structure as string. |
string
—
first char last
—