stringJoin

Join a string

string
stringJoin
(
const ref Vector!string strs
,
char delim
)

Parameters

strs Vector!string

strings to join

delim char

the delimitor

Return Value

Type: string

string joined by delim

Meta