Class StringUtil
java.lang.Object
org.apache.tinkerpop.gremlin.util.StringUtil
Utility class for Strings.
- Author:
- Andrea Child
-
Method Summary
-
Method Details
-
split
Splits the provided string into a List of string by the given separator, which will not be included in the returned List.- Parameters:
toSplit- the string to splitseparator- the separator string to split by - empty will split into a List of characters- Returns:
- a List of parsed strings, not including the given separator
-