Quote:
Originally Posted by MikeB1972
To break it down
Search for this <span class="dlct-007">
then any combination of items (.*?)
ending with this </span>
the brackets around .*? say "cut the text for later use"
to use in the replace start with \ then the instance of saved text so as it's the first (and only) instance in your case use this for replace
\1
from the look of the sample you posted I would just try replacing 007 for now as it seems to be the default paragraph and won't affect the layout.
|
Gonna study this.. but the dclt-007 is only in the lines I copy'd, 2 paragraps below it is changing in dclt-008... tried to open the next html, Sigil is crashing.. there is just to much..