mb_split
pestphp/pest
Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Split multibyte string using regular expression
<?php mb_split
(
string $pattern
,
string $string
,
int $limit
= -
1
): array|
false