Editors provide text conversions from upper case to /from lower case.
Notepad++ provides inbuilt support for converting text to lowercase or uppercase.
This converts the coding files and text files.
How to convert text to upper or lower case
The following are steps required to do the upper case.
Open Atom editor
Open the file in the editor
Select the text you want to convert. You can also use
Ctrl + Ato select all text in a file.Go to Edit > Text Option and select One of the options
- Upper Case
- Lower Case
It converts to
Select
Upper Caseto convert to uppercase( you can also use the shortcutCtrl + Shift + U)Select
Lower Caseto convert to small case(Ctrl + Ufor lowercase)
Keyboard shortcut commands for converting selected text to upper and lower case
| Command | Description | OS |
|---|---|---|
| Ctrl + A | Select the text | Windows and Linux |
| ⌘ + A | Selection of the text | MacOS |
| Ctrl + K, Ctrl +L | Convert the selected text to lowercase | Windows, and Linux |
| ⌘ + K, ⌘ +L | Convert the selected text to lowercase | MacOS |
| Ctrl + K, Ctrl +U | Convert the selected text to uppercase | Windows, and Linux |
| ⌘ + K, ⌘ +L | Convert the selected text to uppercase | MacOS |