如何匹配整个html元素,无论内部是什么,就像浏览器一样?

rsk*_*k82 2 html php regex preg-match-all

在给定的页面上有许多元素:

<div class="some class"> <-- here is anything, other divs, even other divs with
the same class, but I need to match right on closing tag for this particular
opening tag --></div>
Run Code Online (Sandbox Code Playgroud)