Hello,
I am trying to come up with a method to search for blocks of HTML in which dialogue was started but a new paragraph was started before the closing quotation mark.
I have a string of
Basically I want to find
- text starting after the opening <p> tag and before an opening quotation mark
- the opening quotation mark
- the block of text up to the end of the paragraph, provided there is no closing quotation mark before the \n
Is this feasible?