View Single Post
Old 05-10-2014, 12:35 PM   #17
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,162
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by JLius View Post

Notice the space between </span> and </p>.

I just couldn't match the search on this - it just worked till the </span>, it failed when I tried to include the </p>

After some googling, I did this:

Code:
<p class="P-P27" id="calibre_pb_3"><span class="S-T">(.+?)</span>\s*</p>
The * after the \s makes the space optional (\s*)
use a + if there must be 1 or more
theducks is offline   Reply With Quote