Visit Mozilla.org

Core JavaScript 1.5 Reference:Global Functions:decodeURIComponent

From MDC


Contents

[edit] Summary

Core Function

Decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent or by a similar routine.

[edit] Syntax

decodeURIComponent(encodedURI)

[edit] Parameters

encodedURI 
An encoded component of a Uniform Resource Identifier.

[edit] Description

Replaces each escape sequence in the encoded URI component with the character that it represents.

[edit] See Also

decodeURI, encodeURI, encodeURIComponent