this is my input :
<div class="entry-content">
    <p> Hey ! </p>
    <h2> How Are You ?! </h2>
</div><!-- .entry-content -->
and this is my RegEx !
"<div class=\"entry-content\">(.*?)</div><!-- .entry-content -->"
this work when there is no line between <div> tag like this
<div class="entry-content"> Hey ! </div><!-- .entry-content -->
But i need actually everything even new line other html tags and etc.
 
     
     
    