Question How can I check validty of the email address in a login form?

machel

New member
Joined
May 21, 2013
Messages
2
Programming Experience
Beginner
I've made a form that can check the existence of @ in the login form. How can I improve the checking of email address to make sure that @ cannot be the first or last character of the email address and there is exactly 1 @ in the email address?
 
You can use MailAddress class. It includes format validity checking.
 

Latest posts

Back
Top