Overview
This function checks whether the provided string consists entirely of emoji characters.
Parameters
isEmoji(string)
String
The string to check for emoji content.
For example...
isEmoji("π")
Returns true.
An expression editor function that checks if a string is an emoji.
This function checks whether the provided string consists entirely of emoji characters.
isEmoji(string)
The string to check for emoji content.
For example...
isEmoji("π")
Returns true.