Visit Mozilla.org

Referencia de JavaScript 1.5:Funciones globales:decodeURI

De MDC


Tabla de contenidos

[editar] Summary

Core Function

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

[editar] Syntax

decodeURI(encodedURI)

[editar] Parameters

encodedURI 
A complete, encoded Uniform Resource Identifier.

[editar] Description

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

Does not decode escape sequences that could not have been introduced by encodeURI.

[editar] See also

decodeURIComponent, encodeURI, encodeURIComponent