find_emoji

find_emoji(text)

Find and convert emoji to text.

Parameters

text: str Text selected to apply transformation

Examples:

sentence="I love () very much ()"
find_emoji(sentence)
    >>> ['soccer_ball', 'beaming_face_with_smiling_eyes']