Traits§

  • Return the indices of all ocurrences of a string
  • Test if character set (CharType) is in the string
  • Test multiple patterns and return a filtered vector of string slices by all pattern rules
  • Test multiple patterns and return a filtered vector of string slices by any of the pattern rules
  • Regex-free matcher methods for common use cases
  • Test multiple patterns and return boolean
  • Test for any of multiple pattern rules and return boolean
  • Test multiple patterns and return vector of booleans with the results for each item