Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/help/static-commands/switch_to_uppercase.md')
| -rw-r--r-- | runtime/help/static-commands/switch_to_uppercase.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/help/static-commands/switch_to_uppercase.md b/runtime/help/static-commands/switch_to_uppercase.md new file mode 100644 index 00000000..e04673b7 --- /dev/null +++ b/runtime/help/static-commands/switch_to_uppercase.md @@ -0,0 +1,9 @@ +`switch_to_uppercase` + +Changes all selected letters to uppercase. + +--- Examples --- + +┌──────────────────────────────────┐ ┌──────────────────────────────────┐ +│ This (wOrD] should be uppercase. │ --> │ This (WORD] should be uppercase. │ +└──────────────────────────────────┘ └──────────────────────────────────┘ |