Diysb Tools

旋转文本

按指定位置旋转文本中的字符。

文本工具

琴弦旋转

此工具允许您将字符串中的字符旋转指定位数。您可以向左或向右旋转,并通过分别旋转每一行来处理多行文本。字符串旋转对于简单的文本转换、创建模式或实现基本的加密技术非常有用。

输入文本
旋转文本
工具选项
旋转选项
旋转位置数
向右旋转
向左旋转
旋转文本 示例

Rotate text to the right

This example shows how to rotate text to the right by 2 positions.

abcdef
abcdef
efabcd
efabcd
旋转选项
旋转位置数
向右旋转
向左旋转

Rotate text to the left

This example shows how to rotate text to the left by 2 positions.

abcdef
abcdef
cdefab
cdefab
旋转选项
旋转位置数
向右旋转
向左旋转

Rotate multi-line text

This example shows how to rotate each line of a multi-line text.

abcdef ghijkl
abcdef ghijkl
fabcde lghijk
fabcde lghijk
旋转选项
旋转位置数
向右旋转
向左旋转