Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
7.2::
String

Method String.implode_nicely()


Method implode_nicely

string implode_nicely(array(string|int|float) foo, string|void separator)

Description

This function implodes a list of words to a readable string. If the separator is omitted, the default is <tt>"and"</tt>. If the words are numbers they are converted to strings first.

See also

`*()