Quote:
Originally Posted by jbacelar
Can this help you?
<p[^“]*”.*</p>
|
This works, but it is a little too greedy. It selects all the lines back to the first instance of a paragraph tag not followed by an open quote.
How can I limit it just to the line?
Thanks. I'm getting close.
Jeff