*In <math>UNESCAPE (Text)</math>,<math>Text</math> is any text to be decoded.
*In <math>UNESCAPE (Text)</math>,<math>Text</math> is any text to be decoded.
−
*The unescape() function computes a new string in which hexadecimal escape sequences are replaced with the character that it represents. *The escape sequences might be introduced by a function like escape.
+
*The unescape() function computes a new string in which hexadecimal escape sequences are replaced with the character that it represents.
+
*The escape sequences might be introduced by a function like escape.
*The unescape function is a property of the global object.
*The unescape function is a property of the global object.
*Usually, decodeURI or decodeURIComponent are preferred over unescape.
*Usually, decodeURI or decodeURIComponent are preferred over unescape.