In my application I am usinfg an email validation. I am using this for email verification. It checks only for the entered text is in a normal email format. When I am entering an email like example@example.comfg then it return true. How can I check this type of error in email.
In my application I am usinfg an email validation. I am using this for
Share
If the problem is that you think that
comfgis wrong and it should be 3 characters max like incom, the simply change the Regex like that: