Skip to main content

Crate perl_regex

Crate perl_regex 

Source
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§

RegexValidator
Validator for Perl regular expressions to prevent security and performance issues

Enums§

RegexError
Error type for Perl regex validation failures.