public class StringUtils extends Object
StringUtils - String utilities holder.| Modifier and Type | Field and Description |
|---|---|
static String |
LINE_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static String |
join(CharSequence delimiter,
CharSequence... elements)
Join the provided
elements separated by the delimiter. |
public static final String LINE_SEPARATOR
public static String join(CharSequence delimiter, CharSequence... elements)
elements separated by the delimiter.delimiter - delimiterelements - elements to joinCopyright © 2021. All rights reserved.