使用preg_match匹配超链接图像

时间:2012-08-19 21:46:37

标签: preg-match

正在处理preg_match expreesion以匹配超链接图像。需要使用preg_match,因为数据来自数据库,需要在html渲染之前进行一些替换

这是我的比赛进行,但这不会对下面的示例超链接进行匹配。

  /<a\s[^>]*href=(\"??)([^\" >]*?)\\1[^>]*><img(.*)<\/a>/msU


 <a href="http://lifehacker.com/5936040/improvise-a-laptop-cooling-pad-with-plastic-bottle-caps"  caps"="" bottle="" plastic="" with="" pad"="" title="Click here to read Improvise a Laptop Cooling ">

我(显然)没有看到表达式有什么问题吗?

感谢。

0 个答案:

没有答案