PHP 使用PHP的preg_replace摆脱额外的空间

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 使用PHP的preg_replace摆脱额外的空间相关的知识,希望对你有一定的参考价值。

<?php
$str = preg_replace('/\s\s /', ' ', $str);
?>

以上是关于PHP 使用PHP的preg_replace摆脱额外的空间的主要内容,如果未能解决你的问题,请参考以下文章

PHP 在 preg_replace 上崩溃

PHP:输出一行不带preg_replace的HTML文档

[PHP] PHP7已经删除了preg_replace的e修饰符

PHP7 preg_replace出错及解决办法

PHP preg_replace使用例子

php preg_replace遇到替换本身有括号的内容怎么办