相关疑难解决方法(0)

如何在PHP中用多个分隔符拆分字符串?

"something here ; and there, oh,that's all!"

我想分裂它;,

所以处理后应该得到:

something here

and there

oh

that's all!
Run Code Online (Sandbox Code Playgroud)

php regex string split

25
推荐指数
2
解决办法
3万
查看次数

标签 统计

php ×1

regex ×1

split ×1

string ×1