Home >Backend Development >PHP Tutorial > 匹配a标签的href和名字有关问题

匹配a标签的href和名字有关问题

WBOY
WBOYOriginal
2016-06-13 13:45:291051browse

求助 匹配a标签的href和名字问题
说来真不好意思,
这个以经是第三次问标签问题了
http://topic.csdn.net/u/20111219/16/76c412e3-ee15-4812-ac11-fe5f15a1dea1.html
http://topic.csdn.net/u/20111216/16/934599d3-8e99-4b94-8dae-28e5b9c455c4.html
但是这个问题出现了,没有办法了。

是这样的

以前连接解决的是一条正则匹配a标签的href和名字
但是现在是在要匹配的结果字符串里
有这样的两种形式
标签

麦考林

匹配的则为:$regular= '/]* href="([^"]*)">(.*)/isU';

魅力惠品牌购物

匹配的则为:$regular= '/]* href="([^"]*)"[^>]*>(.*)/isU';

我现在问题 是

有什么办法不用写两条正则,一条就匹配出来?????

结果字符串为

HTML code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->            <tr>

              <td width="14%"><a href="http://www.m18.com/">麦考林</a></td>

              <td width="15%"><a href="http://www.glamour-sales.com.cn/minisite/register110830" class="gg">魅力惠品牌购物</a></td>

              <td width="14%"><a href="http://www.vjia.com/" class="gg">V+名品折扣</a></td>

              <td width="14%"><a href="http://www.ihaveu.com/l/258838" class="gg">ihaveu优众网</a></td>

              <td width="14%"><a href="http://www.xiu.com/?from=12953161&utm_content=12953161&utm_campaign=navs&utm_source=hao123&utm_medium=gouwuneiyetupian" class="gg">走秀网</a></td>

              <td width="15%"><a href="http://www.shopin.net/index.html" class="gg">上品折扣网</a></td>

              <td width="14%"><a href="http://www.banggo.com/" class="gg">美特斯邦威商城</a></td>

            </tr>



------解决方案--------------------
你看回我上次的那个吧,我那个就是通用的了,只是你没用而己。。。。。我己经做成通用的了。。。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn