Overview
This function returns whether the provided string contains at least one emoji character.
Parameters
containsEmoji(string)
String
The string to check for emoji presence.
For example...
containsEmoji("Hello π World")
Returns true.
An expression editor function that checks if a string contains any emoji characters.
This function returns whether the provided string contains at least one emoji character.
containsEmoji(string)
The string to check for emoji presence.
For example...
containsEmoji("Hello π World")
Returns true.