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

Browse by Tags

All Tags » email address
  • 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...
    Posted to Construction Advice (Forum) by zikwag on July 18, 2009
  • How to validate Mutiple Email Addresses seperated by a comma

    Hai Everyone  I need to validate mutiple email addresses which is separated by a comma. for ex: the format is s@s.com, g@g.com, "asdasd" <a@a.com>, "asdfa!@#s" <f@f.com>, h@h.com   Anyone plz  help me Thanks in Advance
    Posted to Construction Advice (Forum) by soori457 on March 19, 2009
  • Regular expression for this email

    Hi All, I am using following regular expression to validate email addresses but somehow it is not validating emails with hyphen or dashes (-). this email is not valid with following regex: email-email @ email .gov (put spaces as forum blocks email addresses.) var emailpattern=new ...
    Posted to Construction Advice (Forum) by dingi21 on February 26, 2009
  • Valid email OR empty

    I have found a great deal of advice here in the forum, and "borrowed" a good many Regex codes from you all. Thank you very much. I'm learning how Regex works, but in this case I am pressed for time as this project is going live very soon.  There are a good deal of Regex to validate an email address. I found a great one to ...
    Posted to Construction Advice (Forum) by helix on November 20, 2008
  • How to exclude certain TLDs from email addresses

    I want to exclude the reserved TLDs such as .example and .test from my regex. Here's my regex that I'm trying to modify: ^[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$   How do I exclude the list of TLDs that I have. 
    Posted to Construction Advice (Forum) by AJP on June 16, 2008