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

case-sensitive, notepad++

Solution

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

Problem

I use Notepad ++ for coding mostly. How can I convert capital letters to lowercase and vice versa?

Original source