cleanup, docs
This commit is contained in:
@@ -16,7 +16,7 @@ As a side effect, the consumed portion is removed from `haystack`, including the
|
||||
|
||||
If `delim` does not occur in `haystack`, the entire string is returned and `haystack` is set to an empty string.
|
||||
|
||||
Related:
|
||||
|
||||
- PHP: small parsing helpers built with `strpos()`, `substr()`, and `explode()`
|
||||
- JavaScript / Node.js: manual parsing with `indexOf()`, `slice()`, and `split()`
|
||||
:example
|
||||
String path = "docs/index";
|
||||
print(nibble(path, "/"), " ", path, "\n");
|
||||
|
||||
Reference in New Issue
Block a user