Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 960
wordpressm Avatar asked Sep 25 '22 07:09

wordpressm


People also ask

How do I convert caps to lowercase quickly?

To use a keyboard shortcut to change between lowercase, UPPERCASE, and Capitalize Each Word, select the text and press SHIFT + F3 until the case you want is applied.


Video Answer


2 Answers

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

like image 386
jalynn2 Avatar answered Oct 17 '22 09:10

jalynn2


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)

like image 159
Adrian Jandl Avatar answered Oct 17 '22 10:10

Adrian Jandl