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

Some emojis lost #34

Closed mishelen closed 5 years ago

mishelen commented 6 years ago

I try to parse such string β™ΏοΈπŸŽ‡πŸ–πŸŒŽπŸ—ΊπŸŒπŸ― , then I get array of emojis that when I join I get string of 13 symbols. When original emojis has 14 symbols.

So after parsing was lost 'VARIATION SELECTOR-16'

I used text.js for working with variations

mathiasbynens commented 5 years ago

Please post a code example that reproduces the problem. I’m closing this issue until that happens. Thank you.