(PHP 4 >= 4.2.0, PHP 5)
mb_split — Split multibyte string using regular expression
Split a multibyte string using regular expression pattern and returns the result as an array.
The regular expression pattern.
The string being split.
The result as an array.
Note: The internal encoding or the character encoding specified by mb_regex_encoding() will be used as the character encoding for this function.