EmojiManager
Holds the loaded emojis and provides search functions.
Author
vdurmont@gmail.com
Parameters
emojiList
complete list of all emojis
Functions
Link copied to clipboard
Link copied to clipboard
Returns all the tags in the database
Link copied to clipboard
Returns the IEmoji for a given unicode.
Link copied to clipboard
Tests if a given String only contains emojis.
Link copied to clipboard
Detects all unicode emojis in input string and replaces them with the return value of transformer.transform()
Link copied to clipboard
fun EmojiManager.parseToHtmlDecimal(input: String, fitzpatrickAction: FitzpatrickAction = FitzpatrickAction.PARSE): String
Replaces the emoji's unicode occurrences by their html representation.
Link copied to clipboard
fun EmojiManager.parseToHtmlHexadecimal(input: String, fitzpatrickAction: FitzpatrickAction = FitzpatrickAction.PARSE): String
Replaces the emoji's unicode occurrences by their html hex representation.
Link copied to clipboard
Replaces the emoji's occurrences and the html representations by their unicode.
Link copied to clipboard
Removes all emojis from a String
Link copied to clipboard
Removes all the emojis in a String except a provided set
Link copied to clipboard
Removes a set of emojis from a String
Link copied to clipboard
Replace all emojis with character