EmojiManager
Holds the loaded emojis and provides search functions.
Author
vdurmont@gmail.com
Parameters
complete list of all emojis
Functions
Returns all the tags in the database
Returns the IEmoji for a given unicode.
Returns the IEmoji for a given alias.
Tests if a given String only contains emojis.
Detects all unicode emojis in input string and replaces them with the return value of transformer.transform()
Replaces the emoji's unicode occurrences by one of their alias (between 2 ':').
Replaces the emoji's unicode occurrences by their html representation.
Replaces the emoji's unicode occurrences by their html hex representation.
Replaces the emoji's aliases (between 2 ':') occurrences and the html representations by their unicode.
Removes all emojis from a String
Removes all the emojis in a String except a provided set
Removes a set of emojis from a String
Replace all emojis with character