Emoji extraction based on mathiasbynens' rgi-emoji-regex-pattern
- 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 theu
-flag (unicode). - Tests added, both CJS, ESM and for the HTML-demo (UMD)