HI all,
on my website i want to verify that the email address that a user has entered contains the ampersand (@) and also has an extension eg .com/.co.uk/.org/.net etc etc
Any help would be appreciated
Shaun
DevShed Article
Google is your friend. A search for "email validation regular expression" will turn up several links that should be of use. Email addresses are just complicated enough that regular expressions are the only efficient way to handle them.
Thanks Edward, that was a great help 😃
check the code library of this site and you should be able to find an already developed email validator.