Package org.apache.wayang.ml4all.utils
Class StringUtil
java.lang.Object
org.apache.wayang.ml4all.utils.StringUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringUtil
public StringUtil()
-
-
Method Details
-
split
Split a string with an unknown number of tokens with a given separator.- Parameters:
string
- the string to splitseparator
- the separator- Returns:
- list of tokens obtained by splitting
-
split
-