Skip to content
forked from jpbro/VbPcre2

PCRE2 Wrapper for VB6 (Regular expressions)

License

Notifications You must be signed in to change notification settings

dragokas/VbPcre2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VBScript.Regexp - PCRE2 portable VB6 proxy wrapper

face

This wrapper:

  • is portable (you can make a single EXE)
  • automatically switch from "VBScript.Regexp" to PCRE2 engine, if first one is failed (e.g. damaged VBScript.dll, or registry data).
  • easy to integrate to a big project, that already use "VBScript.Regexp".
  • doesn't require admin. privilages on user machine.

Using

For details, look in Readme.md file of .\Using directory.

Have a nice day :)

About

PCRE2 Wrapper for VB6 (Regular expressions)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • VBA 52.6%
  • TeX 46.7%
  • Other 0.7%