Description
Extend Python regular-expression workflows with additional back-reference behavior on top of re or regex. It helps developers express advanced replacement and matching patterns more conveniently.
Regular expressions can become hard to audit and expensive on hostile input. Test patterns for correctness and performance before using them on untrusted text.