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
-
there's no 100% in life.
you could use awk for that purpose too.
https://goo.gl/ZAoFhr
AWK - Wikipedia -
Just check if the adress has at least one @ and send out a verification mail.
https://youtu.be/xxX81WmXjPg -
Banele7316yThanks, everyone. The reason for this question is that I am currently doing User Acceptance Testing and I was checking the email field and how we validate it. I dove in a bit deeper and I found that the regex we using is not validating everything and some of the email addresses that are deemed valid here https://blogs.msdn.microsoft.com/te... are actually validated incorrect in our case.
Related Rants
Is regex code a 100% way of validating e-mail address?
question
regex code
email validation