$after = preg_filter('/\A[A-Z]++\z/', 'Prefix:$0:Suffix', $before); var_dump($after); /* array(3) { [1]=> string(15) "Prefix:A:Suffix"
確定! 回上一頁