Skip to main content

Module registry

Module registry 

Source
Expand description

Pattern registry for managing compiled regex patterns

Provides a centralized way to manage and match patterns across the codebase.

Structs§

PatternMatch
A match result from pattern matching
PatternRegistry
Registry for managing compiled regex patterns
PatternSet
A pattern set groups related patterns for a specific domain

Enums§

PatternError
Errors from pattern operations

Type Aliases§

Result
Result type for pattern operations