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

feat: update the regex with emoji-test-regex-pattern v2.1.0 #109

Closed mhyassin closed 9 months ago

mhyassin commented 9 months ago

Summary

In order to add some missing emojis, we need to update the regex accordingly. This would fix #110

Details Changed