Download List

專案描述

PME is a C++ wrapper around the PCRE library. It has been designed to emulate Perl regular expression in both syntax and behaviour. Perl-like regex modifiers (imsxUg), backreference access, substitutions with backreference access in the replacement string, and splits are all similar to their Perl counterparts. It has been optimized for simplicity and ease of use.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-05-25 00:53
1.0.4

PME now builds (again) under Windows. Documentation as well as project and workspace files are provided for Visual Studio 6.0. Minor documentation fixes for all platforms are also included.
標籤: Minor feature enhancements

2004-02-25 23:16
1.0.3

Bugs in substitutions and splits have been fixed, and a new method for retrieving the matches/split parts into a vector of strings for keeping results between comparisons has been added.
標籤: Minor feature enhancements

2004-02-24 02:24
1.0.2

A crash with sub() when no match for the substitution was present has been fixed.
標籤: Minor bugfixes

2004-02-23 19:22
1.0.1

The split function was fixed. It was returning the
entire string as the last result.
標籤: Minor bugfixes

2004-02-20 04:48
1.0.0

Configure was updated to locate the pcre library in
odd places. A regression and self-test suite was
created and the ability to test regular expressions for
validity at runtime was added.
標籤: Minor feature enhancements

Project Resources