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