I\'d like to go through all of my source code files and replace every occurence of k_Xyyy with k_xyyy (switch the first letter after k_ fr
k_Xyyy
k_xyyy
k_
I needed to do this for a huge chunk of source code where string literals needed to be converted to lowercase. I found a way using Notepad++ and the Python Script plugin, as used here.