Skip to content

lscheffler/sf_regexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home SF RegExp

Wrapper for DotNet Regexp
Version 1.3.2, 2023-05-24
A simple class to allow easy access to the DotNet RegExp class.


Synopsis

VFPX Banner
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.

Requirements

  • Requires: Microsoft Visual Foxpro; Version 9.0 SP2, works with VFPA
  • DotNet V4.8
  • wwDotNetBridge, runtime is included.

Installation

  1. Make sure the DotNet v4.8 is available
  2. This project is available to you via Thor Check For Updates function.
  3. If you do not use Thor, download or clone this repository.
  4. This repository does not ship binary sources.
  5. The pjx is just to group the files, the files are intended to be included to your project.

Use

  1. To use one need all the files in the
    Execscript (_Screen.cThorDispatcher, "Tool Folder=")+'Components\SF RegExp'
    subfolder.
  2. Make sure the DotNet v4.8 is available
  3. The pjx is just to group the files, the files are intended to be included to your project.

Documentation

Full help and documentation is in PDM/index.htm in the local folder.

For quick run see SF RegExp Documentation.

Changes

See changes

Helping with this project

See How to contribute to SF RegExp for details on how to help with this project.


Last changed: 2023-05-24

powered by VFPX

About

VFP wrapper for DotNet RegExp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages