8 lines
363 B
Text
8 lines
363 B
Text
|
hachoir-regex is a Python library for regular expression manupulation.
|
||
|
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.
|
||
|
|
||
|
WWW: http://hachoir.org/wiki/hachoir-regex
|