Share via


decodeURIComponent Method (JScript 5.6) 

Returns the unencoded version of an encoded component of a Uniform Resource Identifier (URI).


decodeURIComponent(encodedURIString)

Remarks

The required encodedURIString argument is a value representing an encoded URI component.

A URIComponent is part of a complete URI.

If the encodedURIString is not valid, a URIError occurs.

Applies To: Global Object (JScript 5.6)

Requirements

Version 5.5

See Also

Reference

decodeURI Method (JScript 5.6)
encodeURI Method (JScript 5.6)