SpoonFilter » htmlentitiesDecode

Apply the html_entity_decode function with a specific charset.

Parameters

string $value
The value that should be decoded.
string $charset
The charset to use, default will be based on SPOON_CHARSET.

Return value - string

The string with no HTML-entities.