Skip to main content

Contains Emoji

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

Updated yesterday

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?