View Single Post
Old 12-19-2018, 11:06 PM   #3
BrokenDynamo
Member
BrokenDynamo began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Dec 2018
Device: none
Quote:
Originally Posted by Turtle91 View Post
find: <span class="Red-Bold">(.*?)</span><span class="Red-Bold">(.*?)</span>
replace: <span class="Red-Bold">\1\2</span>


Strictly speaking that last "(.*?)</span>" isn't necessary, but it could prevent a mistake.
If I want to remove all </span><span class="Normal-Bold"> that between <span class="Normal-Bold">there might be more than one of these</span>
I can use the same method right?
BrokenDynamo is offline   Reply With Quote