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 -4
View File
@@ -19,7 +19,5 @@ Returns a version of the input string where special HTML characters are replaced
- `>` becomes `>`
- `"` becomes `"`
## Related Concepts
- PHP: `htmlspecialchars()` or `htmlentities()`
- JavaScript / Node.js: safe text insertion via `textContent` or server-side HTML escaping libraries
:example
print("html_escape example\n");