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 + A
to 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 Case
to convert to uppercase( you can also use the shortcutCtrl + Shift + U
)Select
Lower Case
to convert to small case(Ctrl + U
for 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 |