User1536465747 posted
As mentioned in the subject, I need a regex that can catch the following email addresses:
myemailid @ yahoo.com
myemailid @yahoo.com
myemailid@ yahoo.com
Meaning, I am aware that these email addresses are not valid but I need such regex to catch entering invalid email address in the biography field.
Thank you