cleanup, docs
This commit is contained in:
@@ -14,7 +14,7 @@ Joins all strings in `l` into a single `String`.
|
||||
|
||||
The delimiter is inserted between items. If `delim` is omitted, the default separator is a newline character.
|
||||
|
||||
Related:
|
||||
|
||||
- PHP: `implode()`
|
||||
- JavaScript / Node.js: `Array.prototype.join()`
|
||||
:example
|
||||
StringList parts = split("a,b,c", ",");
|
||||
print(join(parts, "-"), "\n");
|
||||
|
||||
Reference in New Issue
Block a user