Description
Provides an alternative regular-expression engine for Python with features beyond the standard re module. It helps text-processing tools use advanced matching, Unicode handling, fuzzy matching, and richer pattern behavior.
Complex regex patterns can be slow or hard to review. Test performance and edge cases when patterns process untrusted or large input.