Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Stimpo

    E-mail pattern for Regular Expressions

    re.Pattern = "^.+\\@(\\[?)[a-zA-Z0-9\\-\\.]+\\.([a-zA-Z]{2,3}|[0-9]{1,3})(\\]?)$" This is the line when I use your expression
  2. Stimpo

    E-mail pattern for Regular Expressions

    When I use your RegExp I get: Microsoft VBScript runtime error '800a139c' Expected ')' in regular expression /admin/adduser.asp, line 59
  3. Stimpo

    E-mail pattern for Regular Expressions

    Hi, I'm trying to do some server-side validation. To validate an e-mail address I'm using the following regular expressions. re.Pattern = "^\w+\.\w+@\w+\.\w+" results = re.Test(email) If results Then ' Nothing Else strError = strError & "* Please enter a correct e-mail...

Part and Inventory Search

Back
Top