Expand description
Perl regex validation and analysis
This module provides tools to validate Perl regular expressions and detect potential security or performance issues like catastrophic backtracking.
Structs§
- Regex
Validator - Validator for Perl regular expressions to prevent security and performance issues
Enums§
- Regex
Error - Error type for Perl regex validation failures.