[Geany] replace uppercase with lowercase‏

papawaigo at virgilio.it papawaigo at xxxxx
Mon Oct 1 20:50:34 UTC 2012


 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

My attempt so far was:

Search: _[A-Z]
Replace : _\1

Either the search or the replace miss the conversion.

Thanks in advance

Stefan 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/users/attachments/20121001/647b198d/attachment.html>


More information about the Users mailing list