apoc.text.join

Function

apoc.text.join(['text1','text2',…​], delimiter) - join the given strings with the given delimiter.

Signature

apoc.text.join(texts :: LIST? OF STRING?, delimiter :: STRING?) :: (STRING?)

Input parameters

Name Type Default

texts

LIST? OF STRING?

null

delimiter

STRING?

null