View Single Post
Old 02-01-2013, 08:38 AM   #2
mzmm
Connoisseur
mzmm doesn't littermzmm doesn't litter
 
mzmm's Avatar
 
Posts: 94
Karma: 126
Join Date: Feb 2012
Device: iPad, Kindle Touch, Sony PRS-T1
generally there's no reason to remove the blank lines in html, apart from just aesthetics.

if you're just trying to remove the <p>number</p> then this should work:

Code:
find:

<p>\d+</p>
with the replace field empty. also, if you're using back references, which you shouldn't need to here, you should be using \ instead of /. as in, \1, not /1
mzmm is offline   Reply With Quote
 
Enthusiast