For more information... RTFM!
NAVIGATION
RECENTLY VIEWED
PAGES THAT LINK HERE
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

decode_entities

Decode HTML entities back to their unencoded characters.

For example, "&amp;" will be replaced with "&" and "&lt;" will be replaced with "<" etc.

Also see the encode_entities and urldecode filters.

Example

[filter decode_entities]&lt; &quot; &gt;[/filter]

Results in:

< " >

Source code

sub {
    return HTML::Entities::decode(shift);
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Monday 26 February 2007 at 12:08 PM (EST)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us