public class StringUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
join(String[] array,
String separator)
Join an array of strings with the given separator.
|
public static String join(String[] array, String separator)
Note: This might be replaced by utility method from commons-lang or guava someday if one of those libraries is added as dependency.
array
- The array of stringsseparator
- The separatorCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries