, Javascript decodeURI Function


Javascript decodeURI Function

As its name indicates, Javascript decodeURI function workes just opposite to encodeURI and decode the encoded string value into the original format.

The decodeURI function does not consider special characters like , ? : / @ + = $ # to convert but convert all other characters into original format.

Javascript decodeURI function accept string parameter and return corresponding decoded string value.

Syntax

Javascript decodeURI Function Example