Laravel 8 startsWith {#collection-method}

2021-07-19 10:35 更新

startsWith 用于判断字符串是否以指定值开头:

use Illuminate\Support\Str;

$result = Str::of('This is my name')->startsWith('This');

// true 
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号