From f078689de203d07ec941eeec95f002ba74da5e74 Mon Sep 17 00:00:00 2001 From: Louis Bertson Date: Tue, 25 Jul 2023 20:25:09 +0000 Subject: [PATCH] Create stringoperations.html --- components/stringoperations.html | 107 +++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 components/stringoperations.html diff --git a/components/stringoperations.html b/components/stringoperations.html new file mode 100644 index 0000000..daf2f81 --- /dev/null +++ b/components/stringoperations.html @@ -0,0 +1,107 @@ + + + +This components can apply string operation to your components. +## input + - String + +## output + - String + +## Available operations are: + - Lower case. + - Upper case. + - Capitalize. + - Slug Remove diacritic + - Reverse + - Remove spaces + - Trim + + + + +
+
+
+ Select operation +
+
+
+
+ + + +
+ NAME +
+ +