Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
l0om17167y@Strannch on PHP I use filter_var with FILTER_VALIDATE_EMAIL. But most clients only care for what they see and in fact I understand the need for client-side validation (always with server-side validation too, of course)
And when you use HTML native validation for email inputs, it allows test@test which is a valid email according to RFC 822 but not according most of my clients... 😥
Related Rants
I totally agree... now go tell my client.
undefined
email validation
regexp
native validation