An expression editor function that checks if a string is an emoji.
isEmoji(string)
isEmoji("😀")
true
Was this page helpful?