decodeURIComponent(string)

The decodeURIComponent() function decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent(string) or by a similar routine.

Last updated