ICI Modules: str: join


Modules by name : by type

Synopsis

string = str.join(array [, string ])

Description

Implodes the array to form a string in the same manner as the standard ICI implode() function but adds a separator string between the joined elements. The first argument is the array containing the strings and integer character codes used to form the resulting string. The second argument, if given, is the separator sequence, the default is single space character.