public final class EmojiUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static EmojiInformation |
emojiInformation(String text)
returns a class that contains all of the emoji information that was found in the given text
|
static List<EmojiRange> |
emojis(String text)
returns the emojis that were found in the given text
|
static int |
emojisCount(String text)
returns the number of all emojis that were found in the given text
|
static boolean |
isOnlyEmojis(String text)
returns true when the string contains only emojis.
|
public static boolean isOnlyEmojis(@Nullable String text)
@NonNull public static List<EmojiRange> emojis(@Nullable String text)
public static int emojisCount(@Nullable String text)
@NonNull public static EmojiInformation emojiInformation(@Nullable String text)