17th October 2016 at 3:30pm
purpose | apply HTML encoding to a string |
---|---|
input | a selection of titles |
output | the input with HTML encoding applied |
Learn more about how to use Filters
Introduced in v5.1.14"HTML encoding" means replacing special HTML characters with the corresponding HTML entity:
&
replaced with&
<
replaced with<
>
replaced with>
"
replaced with"