Expand description
§Module Pattern
Provides advanced pattern matching and replacement functionality using the regex
crate.
This implementation offers a comprehensive set of regular expression features.
Supported patterns:
- All standard regular expression syntax supported by the
regex
crate - Capture groups for more advanced replacement scenarios
Structs§
- Match
- Result of a match
- Regex
Pattern - Main structure for pattern matching and replacement
Enums§
- Pattern
Error - Errors specific to pattern matching operations