Am 01.10.2012 22:50, schrieb papawaigo@virgilio.it:
Hi all,
Can anyone suggest a way to selectively replace uppercase letters with lowercase using regexp?
My goal is to perform the following substitution:
name_Function -> name_function
[..]
Either the search or the replace miss the conversion.
In addition to Matthew's tipp you could also use the toggle case of selection from inside the edit menu. It's a bit more unspecific, but I made some good usage of it in cases similar to your example one.
Cheers, Frank