[Github-comments] [geany/geany] allow \U and \L tags in regexp search and replace for uppercase and lowercase conversion (#1357)
Louis Gagnon
notifications at xxxxx
Tue Jan 10 16:35:23 UTC 2017
Hi,
I love the Geany search and replace which lets one use regular expressions. I would like to request that it also allows the replacing string to use a case conversion on the selected letters.
Heres an example:
search for `(o|n|r|a)(|mega|_rod)`
replace by `\U1\2` (or similar synthax)
would convert the occurences of omega, n, r, and a_rod to Omega, N, R, and A_rod respectively...
This has been discussed here: http://lists.geany.org/pipermail/users/2012-October/008284.html and is also available in regular expressions: http://www.regular-expressions.info/replacecase.html
Hope someone can get this feature in as Geany is great software !
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1357
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170110/43a378d5/attachment.html>
More information about the Github-comments
mailing list