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.72k stars 175 forks source link

The face-exhaling emoji isn't matched correctly #110

Closed mhyassin closed 9 months ago

mhyassin commented 9 months ago

The regex is currently matching the face-exhaling emoji (😮‍💨) to 2 emojis instead ("😮", "💨")