Package-level declarations

Properties

Link copied to clipboard

Returns the number of graphemes (user-perceived characters) in the character sequence.

Returns the number of graphemes (user-perceived characters) in the string.

Functions

Link copied to clipboard
fun <T> Array<out T>.containsEmoji(): Boolean

Returns true if this Array contains any Emoji characters.

Returns true if this CharArray contains any Emoji characters.

Returns true if this CharSequence contains any Emoji characters.

Returns true if this String contains any Emoji characters.

Returns true if this Iterable contains any Emoji characters.

fun <K, V> Map<out K, V>.containsEmoji(): Boolean

Returns true if this Map contains any Emoji characters.

Link copied to clipboard
fun <K, V> Map<out K, V>.containsEmojiKey(): Boolean

Returns true if this Map contains any Emoji characters in the keys.

Link copied to clipboard
fun <K, V> Map<out K, V>.containsEmojiValue(): Boolean

Returns true if this Map contains any Emoji characters in the values.

Link copied to clipboard

Returns string list of emojis from the given text.

Link copied to clipboard

Return a new string with all emojis removed.

Link copied to clipboard

Returns true if this Char is an Emoji.

Returns true if this CharSequence is a single Emoji character.

Returns true if this String is a single Emoji character.