2008-06-01 11:42:37 +02:00
|
|
|
hachoir-regex is a Python library for regular expression manipulation.
|
2007-07-13 20:04:23 +02:00
|
|
|
You can use a|b (or) and a+b (and) operators. Expressions are optimized
|
|
|
|
during the construction: merge ranges, simplify repetitions, etc. It
|
|
|
|
also contains a class for pattern matching allowing to search multiple
|
|
|
|
strings and regex at the same time.
|
|
|
|
|
2010-01-30 08:35:38 +01:00
|
|
|
WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-regex
|