17th October 2016 at 3:29pm
| purpose | apply HTML decoding to a string |
|---|---|
| input | a selection of titles |
| output | the input with HTML decoding applied |
Learn more about how to use Filters
Introduced in v5.1.14"HTML decoding" means replacing HTML entities that represent special characters with that character:
&replaced with& replaced with(non breaking space)<replaced with<>replaced with>"replaced with"