Simple string tokenizers
- split1 splits the string at each of the separator characters - splitM plits the string at continuous runs of the separator characters
Simple string tokenizers
- split1 splits the string at each of the separator characters - splitM plits the string at continuous runs of the separator characters