How to change text case (lower, upper and proper) in Notepad++

Change Text Case in Notepad++

Notepad++ is one of the best source code editors. It is fast and efficient and provides all necessary editing functions built-in. It does support plugins and extensions to add additional functionality.

You are going to love this text editor for features like syntax highlighting, code folding, EOL Conversion, effective search and replace functionality.

Today, you are going to learn how you can change the text case ( lower, upper and proper) in Notepad++.

Change Text Case in Notepad++

In general, this is the way you can change text cases in Notepad++, Select a text. Go to Edit – > Convert Case to and select the appropriate case option (Upper Case, Lower Case, etc) from the menu.

Keyboard shortcuts

Below are keyboard shortcuts / hot keys you can use for quick case conversion.

  1. Upper case (Ctrl+Shift+U)
  2. Lower case (Ctrl+U)
  3. Proper case (Alt+U)
  4. Proper case (blend) ( Alt+Shift+U)
  5. Sentence Case (Ctrl+Alt+U)
  6. Sentence Case (blend) (Ctrl+Alt+Shift+U)
  7. Invert Case
  8. Random Case

Let’s create a dummy text file for demonstration.

1. Change text to UpperCase in Notepad++

Highlight the text and go to menu Edit–>Convert case. Select the Upper case option or use the keyword shortcut (Ctrl+Shift+U) to change the case of the text to uppercase that means all caps.

Notepad++ change text case to uppercase

2. Change text to Lowercase in Notepad++

Highlight the text and go to menu Edit–>Convert case. Select the lower case option or use the keyword shortcut (Ctrl+U) to change the case of the text to lowercase.

convert text case to lowercase in Notepad++

3. Change text to Proper case in Notepad++

Highlight the text and go to menu Edit–>Convert case. Select the Proper Case option or use the keyword shortcut (Alt+U) to change the case of the text to the propercase. Here, the first letter of each work becomes capital.

convert to proper case in Notepad++

4. Change text to Proper case (blend) in Notepad++

Highlight the text and go to menu Edit–>Convert case. Select the Proper Case (blend) option or use the keyword shortcut (Alt+Shift+U) to change the case of the text to the propercase ( blend).

convert text to proper case blend in Notepad++

5. Change text to Sentence Case in Notepad++

Highlight the text and go to menu Edit–>Convert case. Select the Sentence case option or use the keyword shortcut (Ctrl+Alt+U) to change the case of the text to the SentenceCase. The first letter of the sentence becomes capital.

convert text to sentence case in Notepad++

6. Change text to Sentence Case (blend) in Notepad++

Highlight the text and go to menu Edit–>Convert case. Select the Sentence case (blend) option or use the keyword shortcut (Ctrl+Alt+Shift+U) to change the case of the text to the Sentencecase (blend).

convert to sentence case blend

7. Change text to Invert Case in Notepad++

Highlight the text and go to menu Edit–>Convert case. Select the Invert case option to change the case of the text to the invertedcase. That means, the letter which are in caps becomes small caps and vice-versa.

convert text to invert case in Notepad++

8. Change text to Random Case in Notepad++

Highlight the text and go to menu Edit–>Convert case. Select the Random case option to change the case of the text to the randomcase. Some letters become caps and some become small randomly.

convert text to random case in Notepad++

Summary

Text Case conversion is a common operation you do as a developer. Notepad++ provides a quick and easy method to achieve this.

I hope you found this helpful. Please share and subscribe.

 

1 thought on “How to change text case (lower, upper and proper) in Notepad++”

Comments are closed.