Downloadliste

Projektbeschreibung

PCRE++ is a C++ wrapper-class for PCRE library (Perl Compatible Regular Expressions). It allows you to use Perl-alike regular expressions in your C++ applications. You can use it to search in strings, to split strings into parts using expressions, or to search and replace a part of a string with another part.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-08-25 05:56
0.9.5

Paren-Matching in pcre:: replace () funktioniert nun wie erwartet.
Tags: Minor bugfixes
Paren-matching in Pcre::replace() now works as expected.

2004-06-16 21:36
0.9.4

Tags: Minor bugfixes

2003-07-13 14:53
0.9.3

Ein Speicherverlust Fehler in pcrepp:: ~ pcre () festgesetzt worden war. Operator [] wurde hinzugefügt, wodurch es möglich, den Zugriff Teilstrings mit dem Index-Schreibweise.
Tags: Minor bugfixes
A memory leak bug in pcrepp::~Pcre() was fixed.
operator[] was added, which makes it possible to
access substrings using the index notation.

2003-07-01 07:17
0.9.2

Diese Version verwendet nun einen eigenen Namensraum: pcrepp. Die globale typedefs Array und ArrayIterator wurden entfernt. Methoden wurden hinzugefügt, um die zugrunde liegende Implementierung (libpcre) direkt zugreifen. Es gab auch einige Aufräumarbeiten und erneute Datei-Organisation.
Tags: Code cleanup
This version now uses its own namespace: pcrepp. The
global typedefs Array and ArrayIterator have been
removed. Methods have been added to access the
underlying implementation (libpcre) directly. There
were also some code cleanups and file re-organization.

2003-06-25 10:44
0.9.1

Pcre:: replace () wurde komplett neu geschrieben und arbeitet nun mehr ähnlich wie Perl. Mehrere kleinere Bugfixes wurden und der Code wurde reorganisiert. Pcre A + +-config-Werkzeug aufgenommen wurde, was nützlich ist, bei der Erstellung Projekte, die pcre + +.
Tags: Major bugfixes
Pcre::replace() was completely rewritten and now
works more similarly to Perl. Several minor
bugfixes were made and the code was reorganized.
A pcre++-config tool was included, which is
useful when compiling projects that using
pcre++.

Project Resources