concat concat
Voegt twee tekenreeksparameters of een lijst met tekenreeksen samen.
Categorie
Tekenreeks
Functiesyntaxis
concat(<parameters>)
Parameters
Parameter
Type
Lijst
listString
string
string
Handtekening en type geretourneerd
concat(<string>,<string>)
concat(<listString>)
Retourneert een tekenreeks.
Voorbeeld
concat("Hello","World")
Retourneert "HelloWorld".
concat(["Hello"," ","World"])
Retourneert "Hello World".
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76