StringRotateRight
StringRotateRight[string, n] cycles the characters in string n positions to the right.
StringRotateRight[string]cycles one position to the right.
Examples
StringRotateRight["abcdef", 2]
(* "efabcd" *)Please visit the official Wolfram Language Reference for more details.