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

Emoji 🖼 not matched #18

Closed brillout closed 7 years ago

brillout commented 7 years ago

🖼 doesn't seem to be matched by the regex. Thanks for this wonderful library btw.

brillout commented 7 years ago

Turns out that require('emoji-regex/text') does catch it. (I actually don't get what "textual representation" means.)