Skip to content

Emoji extraction based on mathiasbynens' rgi-emoji-regex-pattern

Compare
Choose a tag to compare
@eklem eklem released this 15 Jul 15:14
· 14 commits to trunk since this release
  • rgi-emoji-regex-pattern can extract all (almost) unicode emojis. Regex added to words-n-numbers.
  • Demo updated. Regex flags can now be defined. Standard is giu, but custom emojis regex needs it to be without the u-flag (unicode).
  • Tests added, both CJS, ESM and for the HTML-demo (UMD)