Download List

Project Description

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.

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.

2007-07-12 09:52
1.0.2

An issue with PatternMatching without any pattern was fixed.
Tags: Minor bugfixes

2007-07-12 01:33
1.0.1

This release fixes PatternMatching without any pattern.
Tags: Minor bugfixes

2007-06-29 10:53
1.0

This version supports most regex structures and a
lot of regex optimization, but keeps regex order.
Tags: Initial freshmeat announcement

Project Resources