TEST STRING: view-source:http://www.shiksha.com/b-tech/colleges/b-tech-colleges-chennai
Regular Expression:
(<ul class="facility-icons">
(<li class="emptyDesc">
<i class="fc_icons ic_fac_(.+)">
<div class="srpHoverCntnt2">
<h3>(.+)<\/h3>
<p><\/p>
<\/div>
<\/i>
<\/li>)+)
<\/ul>
error: Regular Expression is not matching the subject string
I want the facilities of a college in a group. How can I correct this regular expression or what another way can I extract that?