- Source:
Members
- 
    <private, inner, constant> re :RegExp
- 
    
    RegExp based on emoji's official Unicode standards http://www.unicode.org/Public/UNIDATA/EmojiSources.txt https://github.com/twitter/twemoji/blob/27fe654b2bed5331cf1730bb4fbba1efa40af626/2/twemoji.js#L228.Type:- RegExp
 - Source:
 
Methods
- 
    <inner> match(input)
- 
    
    Check a string for any emoji matches.Parameters:Name Type Description inputstring The string to run the regex against. - Source:
 Returns:The matched return value.- Type
- null | Array.<string>