We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VBPCRE2 needs documentation.
The text was updated successfully, but these errors were encountered:
I will be first :)
Some info about ActiveX Dll.
Pre-compiled binary is here
Open command prompt (cmd.exe) as Administrator, execute:
regsvr32.exe "<path>\VBPCRE2.dll"
VBPCRE2.cPcre2 VBPCRE2.cPcre2Match VBPCRE2.cPcre2Matches VBPCRE2.cPcre2Options VBPCRE2.cPcre2OptionsCompile VBPCRE2.cPcre2OptionsGeneral VBPCRE2.cPcre2OptionsMatch VBPCRE2.cPcre2OptionsReplace
For VBScript:
set lo_RegEx = CreateObject("VBPCRE2.cPcre2")
Usage examples are here
Full docs is in PRCE2 specification.
(comparing to VBScript.Regexp):
(which suits the names in specification where description could be found) TODO: Need check/bind/doc links...
Basic
Compile
Unimplemented
Substitute
Sorry, something went wrong.
jpbro
No branches or pull requests
VBPCRE2 needs documentation.
The text was updated successfully, but these errors were encountered: