mazentouati / no-emoji
Generates a RegEx pattern that detect emojis presence.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- mazentouati/simple-2way-config: ^0.1.0
Requires (Dev)
- symfony/var-dumper: ^4.2
This package is auto-updated.
Last update: 2025-03-07 16:31:58 UTC
README
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.
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 .