Struct regex::RegexSplits
[-]
[+]
[src]
pub struct RegexSplits<'r, 't> {
// some fields omitted
}Yields all substrings delimited by a regular expression match.
'r is the lifetime of the compiled expression and 't is the lifetime
of the string being split.