Laravel 8 Str::singular() {#collection-method}

2021-07-19 10:29 更新

Str::singular 函數(shù)將字符串轉(zhuǎn)換為單數(shù)形式。該函數(shù)目前僅支持英文:

use Illuminate\Support\Str;

$singular = Str::singular('cars');

// car

$singular = Str::singular('children');

// child 
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號