Quote:
Originally Posted by Turtle91
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?