Skip to content
forked from crate-py/regress

Python bindings to the Rust regress crate (for Javascript regular expressions)

License

Notifications You must be signed in to change notification settings

sirosen/regress

 
 

Repository files navigation

regress

PyPI version Supported Python versions Build status

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

About

Python bindings to the Rust regress crate (for Javascript regular expressions)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.8%
  • Rust 36.2%