I read all topics about that but there is no solution for me.
I wanna take all data between two line. For ex:
<!-- DETAILS-->
<li><span>xxxx</span></li>
<li><span>xxxx</span></li>
<li><span>xxxx</span></li>
<li><span>xxxx/span></li>
<li><span>xxxx</span></li>
<li><span>xxxx</span></li>
<li><span>xxxx</span></li>
<!-- ###DETAILS -->
I tried start end patterns and another regex codes but I can't find solution. My problem I wanna print everything between DETAILS and need your help.