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

Simplify build by leveraging rgi-emoji-regex-pattern #85

Closed mathiasbynens closed 2 years ago

mathiasbynens commented 3 years ago

I’ve moved the RGI_Emoji build logic to https://github.com/mathiasbynens/rgi-emoji-regex-pattern. We should use the text files provided by that project instead of keeping the build logic duplicated here.

mathiasbynens commented 2 years ago

This is now done, except using https://github.com/mathiasbynens/emoji-test-regex-pattern instead.