Structs§
Traits§
- Split
After - SplitAfter trait returns an iterator splitting a slice after a predicate and including the matched item at the end of each set (if existing). For example:
- Split
Before - SplitBefore trait returns an iterator splitting a slice before a predicate and including the matched item at the start of the next set (if found). For example: