mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
44e8301cf6
I noticed that PHP does not have a grapheme cluster based str_split function. So I created the grapheme_str_split function. This feature will allow you to correctly handle emoji and variable selectors. Co-authored-by: Ayesh Karunaratne <Ayesh@users.noreply.github.com> Close GH-13580