两 / / 之间,为匹配对象。
$str1 = preg_replace(array("/a/", "/b/"), '',$str);//过滤指定字符
$str2 = preg_replace('/\s*/', '', $str);//过滤换行符
两 / / 之间,为匹配对象。
$str1 = preg_replace(array("/a/", "/b/"), '',$str);//过滤指定字符
$str2 = preg_replace('/\s*/', '', $str);//过滤换行符
本文标题:PHP过滤指定字符串,过滤换行符
本文链接:https://www.haomeiwen.com/subject/grlhyrtx.html
网友评论