首頁  >  文章  >  後端開發  >  求正则表达式。解决思路

求正则表达式。解决思路

WBOY
WBOY原創
2016-06-13 09:58:53796瀏覽

求正则表达式。

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><span class="site-span"><a href="http://chongqing.lashou.com/" target="_blank" title="该网站支持百度帐号一站通登录" mon="ipcity=重庆&position=famous&type=site&sitename=拉手网">拉手网</a></span>

我想匹配
http://chongqing.lashou.com/
拉手网

这两个结果,我写的正则表达式为
C# code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->        $regular    =    '/<a>]* href="([^"]*)"[^>]*>(.*)/isU';</a>


但是匹配出来的结果是错的误的。

------解决方案--------------------
preg_match_all('#print_r($arr);
------解决方案--------------------
preg_match_all('#print_r($arr);
------解决方案--------------------
preg_match_all('#print_r($arr);
------解决方案--------------------
preg_match_all('#(.*)#',$url,$arr);
print_r($arr);
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn