Expand description
Parser engine components and supporting utilities. 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§
- Capture
Group - A named capture group extracted from a Perl regex pattern.
- Regex
Analyzer - Analysis utilities for Perl regex patterns: capture extraction and hover text.
- Regex
Validator - Validator for Perl regular expressions to prevent security and performance issues
Enums§
- Regex
Error - Error type for Perl regex validation failures.