cleanup, docs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user