str_ends_with
Astrotomic/php-twemoji
Supported Versions: PHP 8
Checks if a string ends with a given substring
<?php str_ends_with
(
string $haystack
,
string $needle
):
bool