Description
Provides Python bindings to the Oniguruma regular-expression engine. It helps applications use advanced regex behavior for parsing, searching, validation, and text-processing workflows.
Regular expressions from untrusted users can be risky if they are too expensive or too broad. Validate patterns and limit runtime when processing large inputs.