grapheme_strstr

Supported Versions: PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0
Returns part of haystack string from the first occurrence of needle to the end of haystack
<?php grapheme_strstr(string $haystack, string $needle, bool $beforeNeedle = false): string|false