iregexp 0.6.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

iregexp 0.6.1

I-Regexp Checker
IRegexpChecker is pushdown automaton that very quickly determines if a regular expression using a specified interoperable subset is syntactically correct.
It supports the I-Regexp specification.
Install
pip install iregexp

Usage
from iregexp import check
from iregexp import toPCRE

succeeded = check('[azioyy]*')

## returns PCRE-compatible expression
regex = toPCRE('.*', anchor = True)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.