Quote:
Originally Posted by JLius
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