Answer the question
In order to leave comments, you need to log in
Find and replace multiple values in Notepad++. What plugin does this?
Hello. Please tell me a plugin for Notepad ++, where it is possible to do a search and replace for several values at once. Let's say there are 2 windows. The first box contains the search values, and the second box contains the replacement values. So that the 1st value of the 1st window is replaced by the 1st value from the 2nd window, and so on through the list. Is there such a thing? I know that you can use all sorts of regular expressions in the standard editor field, but I really need to load it with lists.
Answer the question
In order to leave comments, you need to log in
In the search and replace mode with regular expressions, for example - like this:
search for (aaa)|(ccc)|(eee)
replace with (?1bbb)(?2ddd)(?3fff)
where 1,2,3 are capture group numbers in order
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question