- You are here:
- Home
- CodeXchange
- All
- PowerBuilder
- Regular Expression Object
Regular Expression Object
- Dan Cooperstock
- Code Author
- Offline
Less
More
- Posts: 3
1 year 5 months ago #459
by Dan Cooperstock
This message has an attachment file.
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.
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