📜  如何在 php 代码示例中修剪空白数组

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

代码示例2
$string = preg_replace('/\s+/', '', $string);