Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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