Downloadliste

Projektbeschreibung

C++ Regex Engine provides a robust regular
expression library for use in C++. The syntax of
the regular expression language is very close to
the Perl 5 standard. The classes given somewhat
mirror those found in Java's regular expression
library, but have several improvements. The
intended audience of this package is anyone who
does a lot of data parsing (e.g. sysadmins),
people tired of trying to decipher Perl scripts,
and regular expression beginners who know C++.
Some knowledge of the STL's vector and string will
come in handy, but isn't necessary.

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.

2008-06-02 12:02
1.09.00

Dieses Release behebt einen Bug, wobei Groß-und Kleinschreibung, gab negative Klasse entspricht fehlerhaften Ergebnissen führen.
Tags: Minor bugfixes
This release fixes a bug wherein case insensitive, negative class matches gave erroneous results.

2007-11-25 00:24
1.08.00

Es war ein großes Problem dadurch nicht besitzergreifend Quantoren in einem waren oder nicht Backing-off oder verbrauchen richtig. Dies wurde behoben. Zur Zeit ist Unicode nicht mehr "offiziell" unterstützt. Alle Bugfixes sind immer noch in den Unicode-Dateien beim Zusammenführen, aber nicht alle Unicode-Funktionalität wurde ordnungsgemäß geprüft.
Tags: Major bugfixes
There was a large problem wherein non-possessive
quantifiers within an OR were not backing-off or
consuming properly. This has been fixed. For the
time being, Unicode is no longer "officially"
supported. All bugfixes are still being merged
into the Unicode files, but not all Unicode
functionality has been properly tested.

2006-07-15 08:58
1.06a

Unicode regulären Ausdrücken und Text jetzt kompilieren und ausführen auf Apfel-gcc.
Tags: Minor bugfixes
Unicode regular expressions and text now compile and run on apple-gcc.

2006-03-24 03:40
1.06

Diese Version bietet zusätzlich die Möglichkeit, passende Fahnen in bestimmten Teilen der Regex durch Veränderung (? Imsd-imsd: X). Die i, m, s, d und Optionen sind die gleichen wie die in der java.util.regex Paket.
Tags: Major feature enhancements
This release adds the ability to change matching flags in certain parts
of the regex by means of (?imsd-imsd:X). The i, m, s, and d options are
the same as those in the java.util.regex package.

2006-03-04 14:47
1.05.02

Diese Version behebt einen Fehler in der Split-Funktion dazu führte, dass bestimmte spaltet nicht zu tun.
Tags: Minor bugfixes
This release fixes a bug in the split function that caused certain
splits to not do anything.

Project Resources