alphadevx / alpha

Full-stack MVC framework for PHP.
http://www.alphaframework.org/
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

The Validator class should accept .email addresses #355

Closed alphadevx closed 4 years ago

alphadevx commented 4 years ago

Lately a lot of services are providing ".email" addresses but the email validation regex in the Validator class does not accept these, and needs to be updated.