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

doesn't match 🌶 #53

Closed nickav closed 5 years ago

nickav commented 5 years ago

Just use const emojiRegex = require('emoji-regex/text.js'); instead of require('emoji-regex);