Wrapper for DotNet Regexp
Version 1.3.2, 2023-05-24
A simple class to allow easy access to the DotNet RegExp class.
This project is part of VFPX.
Project manager: Lutz Scheffler
Project location: SF RegExp
The main goals of this project are:
- Allow access to the extended RegExp funcionality of the DotNet RegExp while hiding the DotNet access.
- Return VFP native objects to work with.
The problems this project tries to solve:
- Hiding the DotNet access via wwDotNetBridge
- Allow to access (parts) of the DotNet methods overloaded
- Working with the results (matches) in a VFP way
- Allow to reuse old VBasic code as good as possible.The Execute method returns a collection like VBasic, with the exception of Index starting with 1.
- Requires: Microsoft Visual Foxpro; Version 9.0 SP2, works with VFPA
- DotNet V4.8
- wwDotNetBridge, runtime is included.
- Make sure the DotNet v4.8 is available
- This project is available to you via Thor Check For Updates function.
- If you do not use Thor, download or clone this repository.
- This repository does not ship binary sources.
- The pjx is just to group the files, the files are intended to be included to your project.
- To use one need all the files in the
Execscript (_Screen.cThorDispatcher, "Tool Folder=")+'Components\SF RegExp'
subfolder. - Make sure the DotNet v4.8 is available
- The pjx is just to group the files, the files are intended to be included to your project.
Full help and documentation is in PDM/index.htm in the local folder.
For quick run see SF RegExp Documentation.
See changes
See How to contribute to SF RegExp for details on how to help with this project.
Last changed: 2023-05-24