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