Module pattern

Source
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
RegexPattern
Main structure for pattern matching and replacement

Enums§

PatternError
Errors specific to pattern matching operations

Functions§

find
find_all
is_match
replace_all
replace_all_with
split