Quote:
Originally Posted by mikapanja
This works if the next paragraph starts with a simple <p>. What would be a relevant regex if it starts with a named class?
|
You're perfectly right, I've just given the idea, it is easy then to adapt the regex.
This one will capture a <p> with classes :
Code:
</p>\s*<p[^>]*>(\p{Ll}.*?</p>)