mirror of https://github.com/helix-editor/helix
10 lines
615 B
Markdown
10 lines
615 B
Markdown
|
`switch_to_uppercase`
|
||
|
|
||
|
Changes all selected letters to uppercase.
|
||
|
|
||
|
--- Examples ---
|
||
|
|
||
|
┌──────────────────────────────────┐ ┌──────────────────────────────────┐
|
||
|
│ This (wOrD] should be uppercase. │ --> │ This (WORD] should be uppercase. │
|
||
|
└──────────────────────────────────┘ └──────────────────────────────────┘
|