I have a text file where I need to replace a lot of different strings of letters with other strings of letters, e.g.
AA > b
BB > hes
kg > ret
etc.
Naturally, I would like to replace them all at once. I was wondering how to do this from within a text editor (i.e. not with tools like sed). Is this possible in Notepad++?
Notepad++ can not do this and I have never seen any other editor that can.
One option is to write your own Notepad++ plugin for it, if you are in to that sort of thing.
Otherwise command line tools or some kind of script is the easiest option.