"something here ; and there, oh,that's all!"
我想把它分成 ;
和 ,
所以处理后应该得到:
something here
and there
oh
that's all!
原文由 omg 发布,翻译遵循 CC BY-SA 4.0 许可协议
$result_array = preg_split( "/[;,]/", $starting_string );
原文由 Devin Ceartas 发布,翻译遵循 CC BY-SA 3.0 许可协议
2 回答3.1k 阅读✓ 已解决
1 回答1.4k 阅读✓ 已解决
1 回答1k 阅读✓ 已解决
1 回答1.3k 阅读✓ 已解决
3 回答1.2k 阅读
2 回答1.2k 阅读
1 回答1.2k 阅读