iregexp-check 0.1.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

iregexpcheck 0.1.3

I-Regexp checker
Check regular expressions for compliance with RFC 9485.
Install
pip install iregexp_check

Usage
from iregexp_check import check

check(r"[ab]{3}") # True
check(r"[0-9]*?") # False

License

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

Customer Reviews

There are no reviews.