- removeAllEmojis(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes all emojis from the given text.
- removeAllEmojisExcept(String, Emoji...) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes all emojis except the given emojis from the given text.
- removeAllEmojisExcept(String, Collection<Emoji>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes all emojis except the given emojis from the given text.
- removeEmojis(String, Emoji...) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes the given emojis from the given text.
- removeEmojis(String, Collection<Emoji>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes the given emojis from the given text.
- removeFitzpatrick(String) - Static method in enum net.fellbaum.jemoji.Fitzpatrick
-
Removes the fitzpatrick modifier from the given emoji.
- removeHairStyle(String) - Static method in enum net.fellbaum.jemoji.HairStyle
-
Removes the hairstyle element from the given emoji.
- replaceAllEmojis(String, String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement string.
- replaceAllEmojis(String, Function<Emoji, String>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement function.
- replaceEmojis(String, String, Collection<Emoji>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces the given emojis with the given replacement string.
- replaceEmojis(String, String, Emoji...) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces the given emojis with the given replacement string.
- replaceEmojis(String, Function<Emoji, String>, Collection<Emoji>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement function.
- replaceEmojis(String, Function<Emoji, String>, Emoji...) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement function.