Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/help/static-commands/switch_case.txt')
-rw-r--r--runtime/help/static-commands/switch_case.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/help/static-commands/switch_case.txt b/runtime/help/static-commands/switch_case.txt
new file mode 100644
index 00000000..84ca73c6
--- /dev/null
+++ b/runtime/help/static-commands/switch_case.txt
@@ -0,0 +1,13 @@
+`switch_case`
+
+Toggles the case of all selected letters.
+
+--- Examples ---
+
+┌───────────────────────┐ ┌───────────────────────┐
+│ [t]his is a sentence. │ --> │ [T]his is a sentence. │
+└───────────────────────┘ └───────────────────────┘
+
+┌───────────────────────┐ ┌───────────────────────┐
+│ (tHIS] is a sentence. │ --> │ (This] is a sentence. │
+└───────────────────────┘ └───────────────────────┘