https://github.com/jpbro/vbpcre2
PCRE2 Wrapper for VB6
https://github.com/jpbro/vbpcre2
activex pcre2 pcre2-regex pcre2-wrapper regex-engine vb6 visual-basic
Last synced: 27 days ago
JSON representation
PCRE2 Wrapper for VB6
- Host: GitHub
- URL: https://github.com/jpbro/vbpcre2
- Owner: jpbro
- License: other
- Created: 2017-05-26T14:24:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T13:20:23.000Z (almost 8 years ago)
- Last Synced: 2025-10-10T05:07:17.769Z (5 months ago)
- Topics: activex, pcre2, pcre2-regex, pcre2-wrapper, regex-engine, vb6, visual-basic
- Language: Visual Basic
- Size: 651 KB
- Stars: 16
- Watchers: 6
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VbPcre2
PCRE2 Regular Expression (Regex) Library Wrapper for Visual Basic 6 (VB6)
> Some people, when confronted with a problem, think "I know,
> I'll use regular expressions." Now they have two problems.
>
> https://groups.google.com/forum/#!msg/alt.religion.emacs/DR057Srw5-c/Co-2L2BKn7UJ
Some people when confronted with a problem, a regular expression library, and a need for access to said library in VB6 think "I know I'll write a wrapper for PCRE2 in VB6". Now they have three problems :)
The primary goal of this project is to have a comprehensive wrapper for PCRE2 in an ActiveX DLL for use in VB6 or other COM supporting languages.
The secondary goal of this project is to be a drop-in replacement for the VBSscript RegExp object.