📌  相关文章
📜  php 删除字符串中的所有空格 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:54.207000             🧑  作者: Mango

代码示例2
//remove all white spaces from a string
$whatonearth=preg_replace('/\s/','',"what o n   ear th");