当前位置:编程学习 > php >>

过滤字符串中 url,图片地址的正则表达式

过滤字符串中 url,图片地址的正则表达式
$form_html = preg_replace ( '/(?<=saction="|ssrc="|shref=")(?!http:|网页特效)(.*?)(?="s)/e', 'add_url($url, '\1')', $form_html );

补充:Php教程,Php函数
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,