html_encode
Encode special characters to HTML entities, preventing XSS and ensuring correct display in web pages.
Instructions
Encode special characters in a string to HTML entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The string to HTML-encode |