regress 2024.8.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

regress 2024.8.1

Python bindings to the Rust regress crate, exposing ECMA regular expressions.
>>> from regress import Regex
>>> regex = Regex(r"\d{4}")
>>> regex.find("2020-20-05") is not None
True

License

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

Customer Reviews

There are no reviews.