Reputation: 29
I have a question, is it possible to use regex search in a sublime3 to do that thing? I search for these two < p >< /p > and then combine them in to 1.
Eg:
< p >lorem ipsum etc< /p > < p >lorem ipsum...< /p >
to
< p >lorem ipsum etc lorem ipsum...< /p >
Upvotes: 1
Views: 42