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 shortcut Ctrl + 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

CommandDescriptionOS
Ctrl + ASelect the textWindows and Linux
⌘ + ASelection of the textMacOS
Ctrl + K, Ctrl +LConvert the selected text to lowercaseWindows, and Linux
⌘ + K, ⌘ +LConvert the selected text to lowercaseMacOS
Ctrl + K, Ctrl +UConvert the selected text to uppercaseWindows, and Linux
⌘ + K, ⌘ +LConvert the selected text to uppercaseMacOS