Python bindings to Rust's regress ECMA regular expressions library
regress is a backtracking regular expression engine implemented in Rust, which targets JavaScript regular expression syntax. It's fast, Unicode-aware, has few dependencies, and has a big test suite. It makes fewer guarantees than the regex crate but it enables more syntactic features, such as backreferences and lookaround assertions.
$
pkg install py311-regressOrigin
devel/py-regress
Size
767KiB
License
MIT
Maintainer
sunpoet@FreeBSD.org
Dependencies
1 packages
Required by
1 packages