Description
Provides Python bindings to the Rust regress regular-expression engine for ECMA-style regex behavior. It helps tools match JavaScript-like regular expressions from Python.
ECMA regex behavior can differ from Python's standard re module. Test patterns with representative inputs before using results in validation or filtering.