mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
9 lines
615 B
Text
9 lines
615 B
Text
`switch_to_lowercase`
|
|
|
|
Changes all selected letters to lowercase.
|
|
|
|
--- Examples ---
|
|
|
|
┌──────────────────────────────────┐ ┌──────────────────────────────────┐
|
|
│ This (wOrD] should be lowercase. │ --> │ This (word] should be lowercase. │
|
|
└──────────────────────────────────┘ └──────────────────────────────────┘
|