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