Regular Expressions
-
Hi, I am working in a project realted students. I would like to check the student email ID using regular expressions. Can any one help me in checking the email address as "webmaster@osu.edu" ? It should not accept the normal email addresses. Should only take the email address with .edu Please help me in this. Thank you. Vasini
-
Hi, I am working in a project realted students. I would like to check the student email ID using regular expressions. Can any one help me in checking the email address as "webmaster@osu.edu" ? It should not accept the normal email addresses. Should only take the email address with .edu Please help me in this. Thank you. Vasini
Have you tried googling for info on common email patterns for regex, and then modifying them to only take .edu addresses ? There's a program called Expresso that's available on this site, it's got example regex for emails, and is great for testing regex.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog