Function str-join
str-join stringList separator
Builds a new string by concatenating strings from a list.
- Parameters:
- stringList -
A list of string objects.
- separator -
The string object used as separator between the elements of
stringList.
- Returns:
-
A string object obtained by concatenating the strings from
stringList and using separator
between each element.
-
Report a bug or request new features
© 2002