Quote:
Originally Posted by troll05
Hi,
target is to replace everything that's coloured in red by a single blank
|
find
</p>\s*<p class="calibre1">CYBER LUflY</p>\s*<p class="calibre1">\d+</p>\s*<p class="calibre1">
i.e. you put all the red stuff on one line with \s* in the gaps ( deals with the whitespace)
and replace the 83 with \d+ ( match 1 or more digits)