Visit Mozilla.org

Referencia de JavaScript 1.5:Funciones globales:decodeURIComponent

De MDC


Tabla de contenidos

[editar] Summary

Core Function

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

[editar] Syntax

decodeURIComponent(encodedURI)

[editar] Parameters

encodedURI 
An encoded component of a Uniform Resource Identifier.

[editar] Description

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

[editar] See Also

decodeURI, encodeURI, encodeURIComponent