android-emojify
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
android-emojify
emojify
/
io.wax911.emojify
/
EmojiParseTest
Emoji
Parse
Test
class
EmojiParseTest
:
EmojiLoader
Members
Constructors
Emoji
Parse
Test
Link copied to clipboard
constructor
(
)
Functions
extract
Emojis
Link copied to clipboard
fun
extractEmojis
(
)
parse
To
Html
Decimal_
IGNORE_
with_
a_
fitzpatrick_
modifier
Link copied to clipboard
fun
parseToHtmlDecimal_IGNORE_with_a_fitzpatrick_modifier
(
)
parse
To
Html
Decimal_
PARSE_
with_
a_
fitzpatrick_
modifier
Link copied to clipboard
fun
parseToHtmlDecimal_PARSE_with_a_fitzpatrick_modifier
(
)
parse
To
Html
Decimal_
REMOVE_
with_
a_
fitzpatrick_
modifier
Link copied to clipboard
fun
parseToHtmlDecimal_REMOVE_with_a_fitzpatrick_modifier
(
)
parse
To
Html
Decimal_
replaces_
the_
emojis_
by_
their_
html_
decimal_
representation
Link copied to clipboard
fun
parseToHtmlDecimal_replaces_the_emojis_by_their_html_decimal_representation
(
)
parse
To
Html
Hexadecimal_
IGNORE_
with_
a_
fitzpatrick_
modifier
Link copied to clipboard
fun
parseToHtmlHexadecimal_IGNORE_with_a_fitzpatrick_modifier
(
)
parse
To
Html
Hexadecimal_
PARSE_
with_
a_
fitzpatrick_
modifier
Link copied to clipboard
fun
parseToHtmlHexadecimal_PARSE_with_a_fitzpatrick_modifier
(
)
parse
To
Html
Hexadecimal_
REMOVE_
with_
a_
fitzpatrick_
modifier
Link copied to clipboard
fun
parseToHtmlHexadecimal_REMOVE_with_a_fitzpatrick_modifier
(
)
parse
To
Html
Hexadecimal_
replaces_
the_
emojis_
by_
their_
htm_
hex_
representation
Link copied to clipboard
fun
parseToHtmlHexadecimal_replaces_the_emojis_by_their_htm_hex_representation
(
)
remove
All
Emojis_
removes_
all_
the_
emojis_
from_
the_
string
Link copied to clipboard
fun
removeAllEmojis_removes_all_the_emojis_from_the_string
(
)
remove
All
Emojis
Except_
removes_
all_
the_
emojis_
from_
the_
string_
except_
those_
in_
the_
iterable
Link copied to clipboard
fun
removeAllEmojisExcept_removes_all_the_emojis_from_the_string_except_those_in_the_iterable
(
)
remove
Emojis_
only_
removes_
the_
emojis_
in_
the_
iterable_
from_
the_
string
Link copied to clipboard
fun
removeEmojis_only_removes_the_emojis_in_the_iterable_from_the_string
(
)
replace
All
Emojis_
replace_
the_
emojis_
by_
string
Link copied to clipboard
fun
replaceAllEmojis_replace_the_emojis_by_string
(
)