cleanup, docs
This commit is contained in:
@@ -14,7 +14,6 @@ Splits `str` into multiple strings using `delim` as the separator.
|
||||
|
||||
Every exact occurrence of `delim` creates a new entry in the returned `StringList`.
|
||||
|
||||
Related:
|
||||
|
||||
- PHP: `explode()` or `preg_split()`
|
||||
- JavaScript / Node.js: `String.prototype.split()`
|
||||
:example
|
||||
print(join(split("a,b,c", ","), "|"), "\n");
|
||||
|
||||
Reference in New Issue
Block a user