You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\p{Emoji} represents a character that could be part of emoji. For matching a character that is unambiguously a part of emoji, \p{Emoji_Presentation} is a better choice.
Looks like this behavior is a bug:
https://rubular.com/r/XH1SVLPKgG7eM7
As far as I see,
[\p{Emoji}]
matches only0123456789
, and does not match any otherN
scripts such as¼〇ⅲ៥
Could you please check this?
The text was updated successfully, but these errors were encountered: