mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
13 lines
829 B
Text
13 lines
829 B
Text
`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. │
|
|
└───────────────────────┘ └───────────────────────┘
|