join
join()
Section titled “join()”Category: String
Joins a collection of strings using the specified separator
Signature
Section titled “Signature”- Return type:
string - Parameters:
separatorstring— String to join with
Examples
Section titled “Examples”Patient.name.given.join(' ')('a', 'b', 'c').join(',')