Possible Duplicate:
RegEx match open tags except XHTML self-contained tags
How can I find tag with regular expression.
I have html like this:
<div class='head'> Article TExt <div> <tag> Some ather text </tag>
How mast looks like regular expression to find text inside tags DIV whith class 'head'?