unescape()

Decodes any %## encoding in the given string. Plus symbols ('+') are decoded to a space character.

This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 60 times.

Parameter

{string} str
String to be decoded.

Returns

{string}
Decoded version of str.

Requiring Function

This function is directly required by the following function:

  • fromParams()
    Takes a serialized URL parameter string and turns it into an object.