RegExp Scripting Object

M

Mike Labosh

I need to use a regular expression. I see one listed in MSDN called RegExp
that is part of the scripting libraries, but I can't seem to find it in the
references dialog.

Anyone know what I should set a reference to so I can get the
Scripting.RegExp object?

--
Peace & happy computing,

Mike Labosh, MCSD

"Do not meddle in the affairs of dragons, for
you are crunchy, and taste good with ketchup"
 
T

Tushar Mehta

See http://www.tmehta.com/regexp/ for some tips including sample code.

For early binding you will need a reference to Microsoft VBScript
Regular Expressions m.n where m.n is a version number.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top