Skip to content

makew0rld/go-isemoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-isemoji

go reportcard GoDoc license

Go library to test if a string is an emoji.

Usage

isemoji.IsEmoji("🤗")    // True
isemoji.IsEmoji("test")  // False
isemoji.IsEmoji("🙇🏼‍♂️🤗")  // False, because there are multiple emojis
isemoji.Name("👨🏼‍🦰")       // "man: medium-light skin tone, red hair"

Find the full documentation on godoc.

License

This project is under the MIT License.

About

Go library to test if a string is an emoji.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages