Expand description
Pattern registry for managing compiled regex patterns
Provides a centralized way to manage and match patterns across the codebase.
Structs§
- Pattern
Match - A match result from pattern matching
- Pattern
Registry - Registry for managing compiled regex patterns
- Pattern
Set - A pattern set groups related patterns for a specific domain
Enums§
- Pattern
Error - Errors from pattern operations
Type Aliases§
- Result
- Result type for pattern operations