carpedm20 / emoji

emoji terminal output for Python
Other
1.9k stars 278 forks source link

emoji.get_emoji_regexp #240

Closed Shin-yue closed 1 year ago

Shin-yue commented 1 year ago

how about that? emoji.get_emoji_regex I didn't find this

cvzi commented 1 year ago

This function has been removed in version 2.0.0 of the module. You can either use one of the alternative functions described here: https://carpedm20.github.io/emoji/docs/#regular-expression

Or use an older version of the module e.g. pip install emoji==1.6.3

Shin-yue commented 1 year ago

THANKS!