php preg_replace 正则替换 10

这是获取到的内容<ahref="变量"target="_blank"><imgstyle="padding-bottom:变量px;width:变量px;height:变... 这是获取到的内容
<a href="变量" target="_blank"><img style="padding- bottom:变量px;width:变量px;height:变量px;" src="变量"/></a>
然后怎么用preg_replace把它过滤掉?
这是原本

<a href="地址" target="_blank"><img style="padding- bottom:数值px;width:数值px;height:数值px;" src="地址"/></a>
用preg_replace和str_replace都是怎么替换的?替换为空或者屏蔽掉
展开
 我来答
yugi111
2017-07-29 · TA获得超过8.1万个赞
知道大有可为答主
回答量:5.1万
采纳率:70%
帮助的人:1.3亿
展开全部
<?php
$str = 'sdfsdf<a href="地址" target="_blank"><img style="padding- bottom:数值px;width:数值px;height:数值px;" src="地址"/></a><img />';
$str = preg_replace('/<a href=\"[^\"]+\"\s+target="_blank"><img\s+style="padding\s*-\s*bottom:[^\"]+px;\s*width:[^\"]+px;\s*height:[^\"]+px;"\s*src="[^\"]+"\/><\/a>/i','',$str);
echo $str;
?>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式