正規表現を使用してこれを照合するにはどうすればよいですか?
Web ページのソースコード内の href と一致させることを目的としています。
タイプ 1:
$str=<<<html <th class="new"> <a href="http://bbs.111.com/thread-11.html" onclick="atarget(this)" class="xst" >一一一(seo)</a> 2 つを入力します。 <th class="common"> <em>[<a href="http://www.444.com/forum.php?">スパイダー</a>]</em><a href="http://www.444.com/forum.php?">スパイダー</a>] .444.com/thread-263.html」 onclick="atarget(this)" class="xst" >two two two two</a> 3 つを入力します。 <th class="common"> <a href="http://www.555.com/thread-161.html" style="color: #EC1282" class="xst" target="_blank" >三三三</a> <th class="aa"> <a href="http://www.555.com/thread-161.html" style="color: #EC1282" class="xst" target="_blank" >三三三</a> html; preg_match_all('/(?:<th class="new|common">).+<a href="([^"]+)"s*(?:onclick|style).+/isU' ,$str,$arr); print_r($arr[1]); <div class="clear"></div> </th>