Javascript String decodeURI()

Description

Javascript String decodeURI()

String.prototype.decodeURI = function() {
 return decodeURI(this);
}



PreviousNext

Related