From f9e5ec9096623aee46a8fc63a74cd98f9fc62d76 Mon Sep 17 00:00:00 2001 From: dudaodong Date: Tue, 3 Sep 2024 16:36:11 +0800 Subject: [PATCH] feat: add Rotate for string --- docs/api/packages/strutil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/packages/strutil.md b/docs/api/packages/strutil.md index 869c893..26745e8 100644 --- a/docs/api/packages/strutil.md +++ b/docs/api/packages/strutil.md @@ -1628,7 +1628,7 @@ func main() { ### Rotate -

打乱给定字符串中的字符顺序。

+

按指定的字符数旋转字符串。

函数签名: