Try this...
Search for
Quote:
</p>..<p .+>CYBER LUflY</p>..<p.+>\d+</p>..<p .+>
|
Replace with a 'space'.
Minimal matching, might be better to NOT match case (because of 'CYBER LUflY')
The .'s are for the end of lines - if there's indentation in your lines, after each pair add a number of spaces to match your indentation. e.g. 2 spaces ->
Quote:
</p>.. <p .+>CYBER LUflY</p>.. <p.+>\d+</p>.. <p .+>
|