I need a regexp I can use with PHP\'s preg_match_all() to match out content inside div-tags. The divs look like this:
Content
As I recently found out, regex can't do that.
Matching pair tag with regex
I ended up using xpath, and it works like a charm