PME (PCRE Made Easy) - C++ PCRE Wrapper Library
Introduction:
PME is a C++ wrapper around the PCRE library. It has been designed to
emulate Perl regular expression in both syntax and behaviour. PME requires
PCRE version 4.3+ be installed.
News: 1.0.3 fixes a few bugs. It is VERY highly recommended you upgrade to it.
Features:
- Perl-like regex modifiers (imsxUg)
- "Global" style matches where each match resumes from the previous one's end
- Easy backreference access
- Substitutions with backreference access in the replacement string
- Splits are all similar to their Perl counterparts.
PME has been optimized for simplicity and ease of use. It performs technically
unneccessary string copies to facilitate simple backreference and split field access.
Current Status:
The current version of PME is 1.0.4. Same as 1.0.3 but with visual studio 6
support
The API should remain constant.
Download:
PME 0.9.1
PME 1.0.3