Downloadliste

Projektbeschreibung

hachoir-regex is a Python library for regular
expression (regex or regexp) manupulation. You can
use a|b (or) and a+b (and) operators. Expressions
are optimized during the construction to merge
ranges, simplify repetitions, etc. It also
contains a class for pattern matching, allowing
you to search multiple strings and regular
expressions at the same time.

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.

2007-07-12 09:52
1.0.2

Ein Problem mit PatternMatching ohne Muster wurde behoben.
Tags: Minor bugfixes
An issue with PatternMatching without any pattern was fixed.

2007-07-12 01:33
1.0.1

Diese Version behebt PatternMatching ohne Muster.
Tags: Minor bugfixes
This release fixes PatternMatching without any pattern.

2007-06-29 10:53
1.0

Diese Version unterstützt die meisten regex Strukturen und eine Menge von Regex-Optimierung, sondern hält regex Ordnung.
Tags: Initial freshmeat announcement
This version supports most regex structures and a
lot of regex optimization, but keeps regex order.

Project Resources