Built-in function join

Built-in function join

SYNOPSIS

import xmldb
built-in function join

DESCRIPTION

join(list [,sep]) -> string joinfields(list [,sep]) -> string

Return a string composed of the words in list, with intervening occurences of sep. Sep defaults to a single space.

(join and joinfields are synonymous)

SEE ALSO

xmldb


Generated by HTMLFormatter at Tue Jun 12 18:58:51 2001