mirror of https://github.com/helix-editor/helix
14 lines
829 B
Markdown
14 lines
829 B
Markdown
`switch_case`
|
|
|
|
Toggles the case of all selected letters.
|
|
|
|
--- Examples ---
|
|
|
|
┌───────────────────────┐ ┌───────────────────────┐
|
|
│ [t]his is a sentence. │ --> │ [T]his is a sentence. │
|
|
└───────────────────────┘ └───────────────────────┘
|
|
|
|
┌───────────────────────┐ ┌───────────────────────┐
|
|
│ (tHIS] is a sentence. │ --> │ (This] is a sentence. │
|
|
└───────────────────────┘ └───────────────────────┘
|