You are here: irt.org | About | Feedback | 5239 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q243
Sent by
divergentdave on Monday March 31, 2008 at 18:18:20
Worth:
Not worth reading
Length:
Too long
Technical:
Not technical enough
Comments:
Nice try, but this not only returns the provided text without changing it at all, but it does so in a roundabout way. Try this to replace entities with characters.
var text = 'Pork%20%26%20Beans%A9';
var unescaped = unescape(text);
alert(unescaped);
Other feedback on 'irt.org FAQ Knowledge Base Q243' - show all