How can I convert uppercase letters to lowercase in Notepad++

I use Notepad ++ for coding mostly.

How can I convert capital letters to lowercase and vice versa?


Solution 1:

Just select the text you want to change, right click and select UPPERCASE or lowercase depending on what you want.

Solution 2:

Ctrl+A , Ctrl+Shift+U

should do the trick!

Edit: Ctrl+U is the shortcut to be used to convert capital letters to lowercase (reverse scenario)

Solution 3:

First select the text
To convert lowercase to uppercase, press Ctrl+Shift+U
To convert uppercase to lowercase, press Ctrl+U

Solution 4:

In my notepad++ I press

Ctrl+A = To select all words

Ctrl+U = To convert lowercase

Ctrl+Shift+U = To convert uppercase

Hope to help you!

Solution 5:

You could also, higlight the text you want to change, then navigate to - 'Edit' > 'Convert Case to' choose UPPERCASE or lowercase (as required).