Skip to content

join

Category: String

Joins a collection of strings using the specified separator

  • Return type: string
  • Parameters:
    • separator string — String to join with
Patient.name.given.join(' ')
('a', 'b', 'c').join(',')