M
M
mamonic2017-04-22 17:59:35
Notepad++
mamonic, 2017-04-22 17:59:35

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

2 answer(s)
M
Moskus, 2017-04-23
@Moskus

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

M
mamonic, 2017-04-23
@mamonic

Found another solution. There is a free program for this business - "AF9 Replace some bytes"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question