public class GKStringUtils
extends java.lang.Object
String objects.| Constructor and Description |
|---|
GKStringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
join(java.lang.String[] strings,
java.lang.String separator)
Join an array of
String objects with a String separator. |
public static java.lang.String join(java.lang.String[] strings,
java.lang.String separator)
String objects with a String separator.strings - the array of String objects to be joinedseparator - the String object used to delimit the stringsstrings delimited by the separator