diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 604ad20..9929d6f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,38 +4,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
@@ -273,15 +243,7 @@
-
-
-
-
- 1719281510362
-
-
-
- 1719281510362
+
@@ -667,7 +629,15 @@
1720914492812
-
+
+
+ 1720914702655
+
+
+
+ 1720914702656
+
+
@@ -712,7 +682,6 @@
-
@@ -736,7 +705,8 @@
-
+
+
diff --git a/src/pages/string/index.ts b/src/pages/string/index.ts
index f7eed37..4f29bd4 100644
--- a/src/pages/string/index.ts
+++ b/src/pages/string/index.ts
@@ -8,4 +8,14 @@ import { tool as stringToMorse } from './to-morse/meta';
import { tool as stringSplit } from './split/meta';
import { tool as stringJoin } from './join/meta';
-export const stringTools = [stringSplit, stringJoin, stringToMorse];
+export const stringTools = [
+ stringSplit,
+ stringJoin,
+ stringToMorse,
+ stringReverse,
+ stringRandomizeCase,
+ stringUppercase,
+ stringExtractSubstring,
+ stringCreatePalindrome,
+ stringPalindrome
+];