Download List

Projeto Descrição

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

Um problema com PatternMatching sem qualquer padrão foi fixado.
Tags: Minor bugfixes
An issue with PatternMatching without any pattern was fixed.

2007-07-12 01:33
1.0.1

Esta versão corrige PatternMatching sem qualquer padrão.
Tags: Minor bugfixes
This release fixes PatternMatching without any pattern.

2007-06-29 10:53
1.0

Esta versão suporta estruturas mais regex e um monte de otimização de regex, mas mantém a ordem regex.
Tags: Initial freshmeat announcement
This version supports most regex structures and a
lot of regex optimization, but keeps regex order.

Project Resources