Sublime Forum

Multiple match replace issue

#1

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.

0 Likes

#2

Is the regex mode enabled?

0 Likes

#3

I’ve tried both.
I did a regex search version and a plain match version as well.

0 Likes

#4

I cannot reproduce this on ST 3107 Win x64. Maybe you should give an exact example.

2 Likes