René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

unescape [JavaScript snippet]

function main() {
  txt_out(unescape("How%20does%20an%20escaped%20string%20look%20like%3F"))
}