Skip to main content

Crate regex_validator

Crate regex_validator 

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

CaptureGroup
A named capture group extracted from a Perl regex pattern.
RegexAnalyzer
Analysis utilities for Perl regex patterns: capture extraction and hover text.
RegexValidator
Validator for Perl regular expressions to prevent security and performance issues

Enums§

RegexError
Error type for Perl regex validation failures.