Questions tagged [query-replace-regexp]
The query-replace-regexp tag has no summary.
1 questions from the last 30 days
3
votes
2
answers
433
views
How to replace any letter with the next in the alphabet?
It's Emacs, so I'm sure it's possible to do a query-replace-regexp that replaces any [a-zA-Z] letter with the following one in the alphabet, at least for ASCII letters. So for instance "sgd" ...