expandemojis(
VALUE1
)

The expandemojis( function expands any “emoji cheat” abbreviations into the actual emojis.


Parameters

This function has one parameter:

value1 – text with emoji abbreviations like :smile:, :wink:, :heart:.


Description

This function expands any “emoji cheat” abbreviations into the actual emojis.

expandemojis("I like :smile:") ☞ I like 😄
expandemojis("I flirt :wink:") ☞ I flirt 😉
expandemojis("I love :purple_heart:") ☞ I love 💜

You are not limited to a single emoji in the text, you can have as many as you want.

expandemojis(":thumbsup: or :thumbsdown:") ☞ 👍 or 👎

For a complete list of available emoji abbreviations, see Emoji Cheat Sheet.

Note: This function is the exact opposite of the emojicheats( function.


See Also


History

VersionStatusNotes
10.1.2NewNew in this version.