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 bkrike 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: *

  • Users: Stimpo
  • Content: Threads
  • Order by date
  1. 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