| Package | Description |
|---|---|
| net.fellbaum.jemoji |
| Modifier and Type | Method and Description |
|---|---|
static List<IndexedEmoji> |
EmojiManager.extractEmojisInOrderWithIndex(String text)
Extracts all emojis from the given text in the order they appear.
|
static List<IndexedEmoji> |
EmojiManager.extractEmojisInOrderWithIndex(String text,
EnumSet<EmojiType> emojiType)
Extracts all emojis from the given text in the order they appear.
|