📜  字符串删除换行符php代码示例

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

代码示例3
$str = preg_replace('/(\v|\s)+/', ' ', $str);