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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: devoeger
  • Content: Threads
  • Order by date
  1. devoeger

    regexp

    I'm new to Reg Expressions and VB script, but after doing some seaches, I found that the following works well to return the first value... Set re = New RegExp With re .Pattern = "\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b" .IgnoreCase = True .Global = True End With Set matches =...

Part and Inventory Search

Back
Top