cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -3
View File
@@ -20,7 +20,6 @@ If `start_pos` is negative, counting starts from the end of the string.
If `length` is negative, the returned range stops that many bytes before the end of the string.
Related:
- PHP: `substr()`
- JavaScript / Node.js: `String.prototype.slice()` or `substring()`
:example
print(substr("documentation", 0, 3), "\n");