A regular expression to match all Emoji-only symbols as per the Unicode Standard.
regexpu’s core functionality (i.e. rewritePattern(pattern, flag)
), capable of translating ES6 Unicode regular expressions to ES5.
Compile regular expressions using named groups to ES5.
Compile regular expressions using the s
(dotAll
) flag to ES5.