emojicheats(
VALUE1
)

The emojicheats( function abbreviates any emojis with “emoji cheat” codes.


Parameters

This function has one parameter:

value1 – text with emoji characters.


Description

This function abbreviates any emojis into “emoji cheat” codes.

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

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

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

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

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


See Also


History

VersionStatusNotes
10.1.2NewNew in this version.