Package net.sf.colossus.util
Class Split
java.lang.Object
net.sf.colossus.util.Split
Perl-style split function.
Still useful, because String.split works with arrays and
regexes, not Lists and plain Strings.
- Author:
- David Ripton
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Split
public Split()
-
-
Method Details
-
split
Split the string into a list of substrings delimited by sep. -
split
-