Regular Expression Object

More
10 months 2 weeks ago #459 by Dan Cooperstock
Dan Cooperstock created the code: Regular Expression Object
This is a Zip of a PBL that contains an NVO for fairly powerful regular expression processing, and a structure it uses.

It's a cover for the COM object that's the regular expression processor in the Visual Basic dialect of Windows Scripting Host. What you can do with it is most of (but not all of) what's in the commercial program PBRegExp, from Nika-Soft, that I'm not sure is even still available. It also runs a lot faster than PBRegExp (not that that would make a difference in many programs!) because PBRegExp is pure PowerScript, and this uses the VBScript.RegExp component from Microsoft.

This message has an attachment file.
Please log in or register to see it.

Please Log in or Create an account to join the conversation.

Moderators: Appeon Administrator