美文网首页
PHP过滤指定字符串,过滤换行符

PHP过滤指定字符串,过滤换行符

作者: 可乐_加冰_ | 来源:发表于2022-04-26 17:51 被阅读0次

    两 / / 之间,为匹配对象。

    
     $str1 = preg_replace(array("/a/", "/b/"), '',$str);//过滤指定字符
    
    
     $str2 = preg_replace('/\s*/', '', $str);//过滤换行符
    

    相关文章

      网友评论

          本文标题:PHP过滤指定字符串,过滤换行符

          本文链接:https://www.haomeiwen.com/subject/grlhyrtx.html