I recently stumbled upon this:
PCRE Regex Syntax - Recursive Patterns
It appears to open up possibilities to "match" html tags, which regular expresisons were not good at. Can this experimental feature, in any way, be used to parse fragments of HTML? or the document, if possible?