tripkit-android / com.skedgo.tripkit.common.util / StringUtils / join
join
static fun join(strings:
ArrayList
<
String
!>!):
String
!``static fun join(strings:
MutableList
<
String
!>!, separator:
String
!):
String
!
Joins the elements of the provided List into a single String containing the provided elements.
Parameters
strings
- MutableList<String!>!: The List of values to join together, may be null
separator
- String!: The separator character to use
Return String!: The joined String, empty if null List input