grapheme_stristr

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 case-insensitive needle to the end of haystack
<?php grapheme_stristr(string $haystack, string $needle, bool $beforeNeedle = false): string|false