Global JavaScript Tutorial

Syntax

unescape(string)
The unescape() method takes a hexadecimal value and returns the ISO-Latin-1 ASCII equivalent.
The unescape() method performs the opposite operation of the escape() method.
The unescape() method is commonly used to escape user-entered data before form submission.
The following example uses the unescape() Method to Convert a Hexadecimal Value to Its ASCII Equivalent.