Crate string_patterns

source ·

Re-exports§

Modules§

Structs§

  • Represents the capture groups for a single match.
  • Represents a single match of a regex in a haystack.
  • A compiled regular expression for searching Unicode haystacks.

Enums§

  • An error that occurred during parsing or compiling a regular expression.

Functions§

  • Build a regular expression with an optional case-insenistive non-capturing group If the source pattern starts with a non-capturing group, this will be ignored irrespective of the case_insenistive flag