JavaScript » Functions » decodeURIComponent

Syntax:
decodeURIComponent(uri)

This function receives a uri that has been encoded with encodeURIComponent and replaces each escape sequence with the appropriate chacter.