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
@@ -17,7 +17,6 @@ This is the closest UCE equivalent to PHP `strpos()`, but it returns `-1` instea
If `needle` is an empty string, `strpos()` returns the normalized start offset.
Related:
- PHP: `strpos()`
- JavaScript / Node.js: `String.prototype.indexOf()`
:example
print(strpos("uce docs", "docs"), "\n");