Télécharger la liste

Description du projet

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.

Système requise

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-08-25 05:56
0.9.5

Paren-matching dans PCRE:: replace () fonctionne maintenant comme prévu.
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

Un bug de fuite mémoire dans pcrepp:: ~ Pcre () a été fixée. Opérateur [] a été ajoutée, ce qui permet d'accéder à des sous-chaînes en utilisant la notation index.
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

Cette version utilise maintenant son propre espace de noms: pcrepp. Les redéfinitions mondiale Array et ArrayIterator ont été enlevés. Des méthodes ont été ajoutées à accéder à l'implémentation sous-jacente (libpcre) directement. Il y avait aussi des nettoyages de code et de ré-organisation des fichiers.
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 () a été complètement réécrit et fonctionne maintenant de façon similaire à Perl. Plusieurs corrections de bugs mineures ont été apportées et le code a été réorganisé. Pcre A + + outil de configuration a été inclus, ce qui est utile lors de la compilation des projets que l'utilisation de 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