[ buster ]
[ ソース: hachoir-regex ]
パッケージ: python-hachoir-regex (1.0.5-2)
python-hachoir-regex に関するリンク
Debian の資源:
hachoir-regex ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [bitbucket.org]
類似のパッケージ:
regular expressions manipulation Python library
hachoir-regex is a Python library for regular expression (regex or regexp) manipulation. 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.