mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
829 B
Plaintext
14 lines
829 B
Plaintext
`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. │
|
|
└───────────────────────┘ └───────────────────────┘
|