janlelis / unicode-emoji

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

Exclude text emoji with emoji modifier in text_presentation #1

Closed kmy01 closed 7 years ago

kmy01 commented 7 years ago

Notice that textual emojis with a modifier (ie: ✌🏻) is being matched by REGEX_TEXT.

Made some quick adjustment to the text_presentation_sequence to not match if the text emoji is followed by a emoji modifier.

janlelis commented 7 years ago

Thank you very much!

kmy01 commented 7 years ago

No worries! 😁