mathiasbynens / emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.
https://mths.be/emoji-regex
MIT License
1.73k stars 174 forks source link

Some basic emojis does not match #38

Closed mahmoodkohansal closed 5 years ago

mahmoodkohansal commented 6 years ago

Hi, I'm using your library to match emojis. the problem is about matching some emojis I think are standard emojis. some of them is listed below:

Does the library matched with them? Is there any way to add them to regex?

mathiasbynens commented 5 years ago

I know macOS and iOS render these even without the U+FE0F, but they shouldn’t. It would not be feasible for this project to maintain a list of macOS’s violations of the Unicode Standard, especially because other platforms might do the same thing for other symbols. This project follows the Unicode Standard and as such this is working as intended.