Hi,
I want to build a reg ex so that the email address xyz@its.j&j.com can pass through the validation, in the asp.net regular expression.
I got one expression from from regexlib, ^[\w-\.]+@([\w-]+\.)+([\w-]){2,4}$
But cannot find the correct one so that it will work.
Let me know if any one has a soultion...