2016년 10월 17일 오후 3:30
| 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"