Laravel 8 preg_replace_array() {#collection-method}

2021-07-19 10:24 更新

preg_replace_array 函數(shù)使用正則表達式用給定的數(shù)組替換字符串中的內(nèi)容后的結(jié)果:

$string = 'The event will take place between :start and :end';

$replaced = preg_replace_array('/:[a-z_]+/', ['8:30', '9:00'], $string);

// The event will take place between 8:30 and 9:00 
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號