Skip to content

Generates a RegEx pattern that detects emojis presence.

License

Notifications You must be signed in to change notification settings

sunchayn/no-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Emoji

Scrutinizer Code Quality StyleCI Maintainability Software License

No Emoji is simple package created to generate a RegEx pattern able to detect if a string has an Emoji or not. The generated pattern is based on the Unicode V11 reference published in this File.

Home

Installation

Installation through composer :

composer create-project mazentouati/no-emoji no-emoji

you can execute the code using your preferred local server (eg: Laragon)

or using PHP built-in server :

cd no-emoji
php -S localhost:80 -t .