View Single Post
Old 08-12-2013, 03:59 PM   #8
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,605
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Actually, my initial expression will only match paragraphs that DO have some sort of class, id or other attribute assigned. If there are any bare paragraph elements (<p>) to be included in the match, I'd recommend changing the:
Code:
<p([^>]+)>
part of the Find expression to:
Code:
<p([^>]*?)>

Last edited by DiapDealer; 08-12-2013 at 04:02 PM.
DiapDealer is offline   Reply With Quote