Skip to main content

Contains Emoji

An expression editor function that checks if a string contains any emoji characters.

Updated over 3 weeks ago

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.

Did this answer your question?