A regular expression to check an Email string.
Install Zerotoprod\RegexEmail
via Composer:
composer require zero-to-prod/regex-email
This will add the package to your project’s dependencies and create an autoloader entry for it.
Zerotoprod\RegexEmail\RegexEmail::pattern;
Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.
git checkout -b feature-branch
).git commit -m 'Add some feature'
).git push origin feature-branch
).