Laravel 8 split {#collection-method}

2021-07-19 10:34 更新

split 方法使用正则表达式将字符串分割到集合中:

use Illuminate\Support\Str;

$segments = Str::of('one, two, three')->split('/[\s,]+/');

// collect(["one", "two", "three"]) 
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号