hasemoji

Check whether a string or character has any emoji


License
MIT
Install
pip install hasemoji==1.0.1

Documentation

Has Emoji

Check whether a string or character has any emoji

Screenshot

Install

$ pip install hasemoji

Usage

import hasemoji

print(hasemoji.char('😃'))
#=> True

print(hasemoji.string('I 💖 emoji'))
#=> True

print(hasemoji.char('I'))
#=> False

print(hasemoji.string('I love emoji'))
#=> False

Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.

  2. For bug reports and feature requests, open issues.

  3. For direct and quick help, you can email me.

How to contribute

Have an idea? Found a bug? See how to contribute.

Thanks!

License

MIT