Shift text characters left or right by a specified number of positions - rotate text cyclically with customizable rotation parameters
Circular rotation shifts characters in a text string while maintaining the original length and wrapping around from one end to the other. Here's how it works:
Original: ABCDEFG Rotated: CDEFGAB
Original: ABCDEFG Rotated: FGABCDE
When "Preserve Whitespace and Punctuation" is enabled, only letters and numbers are rotated, while spaces and special characters remain in their original positions:
Original: Hello, World! Left Rotation (1): elloH, orldW!
With "Rotate Each Word Independently" enabled, rotation is applied to each word separately:
Original: Hello World Right Rotation (1, per word): oHell dWorl
Circular text rotation has various practical applications: