Is it possible to do the following in emacs
:
Query replace all numbers in a region by the number +n, for example if you have:
12 and 7 are nice numbers
let n be 3, then it should transform to
15 and 10 are nice numbers
Is it possible to do the following in Query replace all numbers in a region by the number +n, for example if you have:
let n be 3, then it should transform to
|
||||
|
Yes, it's possible, More concretely: M-x query-replace-regexp And a quote from the documentation
|
||||
|