We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicodeSets https://www.unicode.org/reports/tr51/#Emoji_Sets
Technically this isn't part of the Unicode Segmentation, but examining the sequence of a specific emoji segment is one of the essential combinations.
for example to resolve matrix-org/matrix-react-sdk#12582
The text was updated successfully, but these errors were encountered:
New matcher APIs to unicode-segmenter/emoji
unicode-segmenter/emoji
isBasicEmoji
\p{Basic_Emoji}
isRGIEmoji
\p{RGI_Emoji}
It will do #40 first as this needs to script change.
Sorry, something went wrong.
This is out-of-scope of this library due to it's different specification and behavior
I will move this work to another library
Successfully merging a pull request may close this issue.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicodeSets
https://www.unicode.org/reports/tr51/#Emoji_Sets
Technically this isn't part of the Unicode Segmentation, but examining the sequence of a specific emoji segment is one of the essential combinations.
for example to resolve matrix-org/matrix-react-sdk#12582
The text was updated successfully, but these errors were encountered: