Hello,
How can I get content of a DIV using regular expression. What I need to get is in between;
<div class="lv1right dfbg">......</div>
Also there are several (not well defined) tags between these div tags, and I would like to get all of them..
Thanks in advance...