Moves the first byte of a string to the end of the string.
The remaining bytes move forward one position. For example, the string abcd becomes bcda.
string
The string that you want to modify.
This input can also be any data type that contains only strings, such as an array or cluster of strings.
first char last
The rotated string. The data type of this output matches the data type of string.
Where This Node Can Run:
Desktop OS: Windows
FPGA: All devices (only within an Optimized FPGA VI)