Package-level declarations

Functions

Link copied to clipboard
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.parseToAliases(input: String, fitzpatrickAction: FitzpatrickAction = FitzpatrickAction.PARSE): String

Replaces the emoji's unicode occurrences by one of their alias (between 2 ':').

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 aliases (between 2 ':') 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
fun EmojiManager.replaceAllEmojis(str: String, replacementString: String): String

Replace all emojis with character