janlelis / unicode-emoji

Up-to-date Emoji Regex in Ruby 💥
https://character.construction/emoji
MIT License
147 stars 14 forks source link

New regex which includes textual emoji as well #5

Closed janlelis closed 5 years ago

janlelis commented 5 years ago

Feature description

The REGEX and REGEX_VALID regexes will not match textual emoji like 😴︎ (because there not considered emoji by the Consortium)

However, some software might want to detect these, too (see #4 for example)

janlelis commented 5 years ago

Included in latest version!