Skip to content

StringRotateLeft

Rotates a string to the left by n characters.

$ wo 'StringRotateLeft["abcdef", 2]'
cdefab