Package com.xebialabs.xlplatform.utils
Class Strings
java.lang.Object
com.xebialabs.xlplatform.utils.Strings
String utilities
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Strings
public Strings()
-
-
Method Details
-
mkString
Make a string by joining them using the 'sep' string.- Parameters:
strings
- The strings to join.sep
- The separator to use.- Returns:
- The joined string.
-