regex string matching

J

Jamie Martin

Can VBA do regex string matching? Can it do a conditional replace based on
what was found?

If not and I wanted to spend a million hours working on it, is it
theoretically possible for a VBA procedure to pass a string to Perl?

Thanks for your help,

Jamie
 
D

Dana DeLouis

On my system, it is found by going to the VBA editor, <Tools> <Reference>
and selecting:

'// Microsoft VBScript Regular Expressions 5.5

HTH.
 

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