gather
Concatenate multiple texts in one string with a delimiter
Parameters description
Parameter
Type
Description
Default
texts
string[]
the texts to gather
---
delimiter
string?
the delimiter between the texts in the gathered one
a space
Example
Last updated