Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/help/static-commands/switch_case.md')
| -rw-r--r-- | runtime/help/static-commands/switch_case.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/help/static-commands/switch_case.md b/runtime/help/static-commands/switch_case.md new file mode 100644 index 00000000..84ca73c6 --- /dev/null +++ b/runtime/help/static-commands/switch_case.md @@ -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. │ +└───────────────────────┘ └───────────────────────┘ |