View Single Post
Old 02-23-2012, 03:47 PM   #5
Timur
Connoisseur
Timur can name that ebook in five wordsTimur can name that ebook in five wordsTimur can name that ebook in five wordsTimur can name that ebook in five wordsTimur can name that ebook in five wordsTimur can name that ebook in five wordsTimur can name that ebook in five wordsTimur can name that ebook in five wordsTimur can name that ebook in five wordsTimur can name that ebook in five wordsTimur can name that ebook in five words
 
Posts: 54
Karma: 37363
Join Date: Aug 2011
Location: Istanbul
Device: EBW1150, Nook STR
If your paragraphs are contained in single lines with newlines between them you can use your pattern with a slight modification:

Code:
<p class "whatever">([^\r\n]*)</p>\s*<div
Or you can upgrade to 0.5.1, in which .(dot) does not match newlines unless you choose "Regex Dotall" mode, and you can use your original pattern unmodified.
Timur is offline   Reply With Quote