regex php: find everything in div

前端 未结 3 1519
迷失自我
迷失自我 2020-12-06 22:07

I\'m trying to find eveything inside a div using regexp. I\'m aware that there probably is a smarter way to do this - but I\'ve chosen regexp.

so currently my regexp

3条回答
  •  独厮守ぢ
    2020-12-06 22:30

    A possible answer to this problem can be found at http://simplehtmldom.sourceforge.net/ That class help me to solve similar problem quickly

提交回复
热议问题