Ran into an issue with multiple line match and replace.
When I use find text as:
text1
text2
text3
and replace box has
text111
text222
text333
It works fine.
However, I pasted in a list of 15 urls to match
url1
url2
url3
… etc
and replace as
replacedurl1
replacedurl2
replacedurl3
… etc
This wouldn’t work. When a simple 3 line match it did let me replace a line with the matching row on the replace box, but when expanding to 15-20 URLs it wouldn’t correctly match or replace, just navigated to the first match only.
