regex problem in php

florashark

New Member
\[code\]<div class="begin">...</div>\[/code\]How to match the html inside(including) \[code\]<div class="begin">\[/code\] in PHP?I need a regex solution that can handle nested case.
 
Back
Top