常用正则

1.使用正则表达式删除 1 $text = preg_replace('/\r\n|\r|\n/','',$text); 1 $text = preg_replace('/\r\n|\r|\n/','',$text); 1 $text = preg_replace('/\r\n|\r|\n/',''
posted @ 2019-05-27 00:23  Vitascope  阅读(83)  评论(0编辑  收藏  举报