purpose | apply HTML encoding to a string |
---|---|
input | a selection of titles |
output | the input with HTML encoding applied |
"HTML encoding" means replacing special HTML characters with the corresponding HTML entity:
&
replaced with&
<
replaced with<
>
replaced with>
"
replaced with"