uce/site/doc/pages/concat.txt

16 lines
359 B
Plaintext

:sig
String concat(...vals)
:params
...val : one or more values that should be concatenated
:desc
Returns a string with all the parameters concatenated into one.
:see
>string
:related
**PHP:** String concatenation with `.` or helpers like `implode()`
**JavaScript / Node.js:** String concatenation with `+`, template literals, or `Array.prototype.join()`