Hi,
How can I validate an email in this format using regular expressions: alphanumeric@something.com OR alpha.alpha@something.com. I am only certain about the @something.com, the prefix can change. Thanks in advance.
Hi All,
Thanks for all the help. But I guess I might have miscommunicated. I know for sure that the suffix in the email "@something.com" will be same. What I am not sure about is the prefix for the email can be either alphanumerics or alpha.alpha like in "alphanumerics@something.com" or "alpha.alpha@something.com". I need to validate the prefix using regular expression. The code provided by you actually checks the entire string in the email. Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.