php-emoji-detector icon indicating copy to clipboard operation
php-emoji-detector copied to clipboard

Detect and validate emoji in an input string

Results 1 php-emoji-detector issues
Sort by recently updated
recently updated
newest added

If the input string contains the same emoji more than once, only one instance is returned in the array. Here is a failing test case: ``` public function testDetectRepeatedEmoji() {...

bug