Module simple_string_patterns::simple_match
source · Traits§
- Return the indices of all ocurrences of a string
- Test multiple patterns and return a filtered vector of string slices
- Regex-free matcher methods for common use cases
- Test multiple patterns and return boolean
- Test multiple patterns and return vector of booleans with the results for each item