Thread: Page numbers
View Single Post
Old 02-21-2011, 02:41 AM   #10
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Quote:
Originally Posted by troll05 View Post
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)
cybmole is offline   Reply With Quote