Possible Duplicate:
What is the best regular expression for validating email addresses?
I want email validator with specific domains where for example:
[email protected] invalid
[email protected] valid
[email protected] valid
[email protected] invalid
[email protected] invalid
So If i specify "asdf" in my regex expression then it can also be validated.