Got more questions? Find advice on: ASP | SQL | XML | Windows
Welcome to RegexAdvice Sign in | Join | Help

Bypass a spl. charater in the post fix of domain address

  •  07-18-2009, 10:24 AM

    Bypass a spl. charater in the post fix of domain address

    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...

View Complete Thread