public class EmojiParser extends Object
Constructor and Description |
---|
EmojiParser() |
Modifier and Type | Method and Description |
---|---|
protected static List<String> |
getAliasesCandidates(String input) |
static String |
parseToAliases(String input)
Replaces the emoji's unicode occurences by one of their alias (between 2 ':').
|
static String |
parseToHtml(String input)
Replaces the emoji's unicode occurences by their html representation.
|
static String |
parseToUnicode(String input)
Replaces the emoji's aliases (between 2 ':') occurences and the html representations by their unicode.
|
public static String parseToAliases(String input)
input
- the string to parsepublic static String parseToUnicode(String input)
input
- the string to parseCopyright © 2015. All rights reserved.