std::core::string

tokenize_all

fn Splitter String.tokenize_all(self, String split, bool skip_last = false)
Create a Splitter to track tokenizing of a string. Tokenize will turn "foo:bar::baz" into
"foo", "bar" and "baz", if you want the empty string to be present, use `tokenize_all`
instead.

Parameters