Navigator 2.0, Internet Explorer 3.0
unescape(s)
The string that is to be decoded or "unescaped."
A decoded copy of s.
The unescape() function is a built-in part of JavaScript; it is not a method of any object.
unescape() decodes a string encoded with escape(). It creates and returns a decoded copy of s. It decodes s by finding and replacing character sequences of the form %xx, where xx is two hexadecimal digits. Each such sequence is replaced by the single character represented by the hexadecimal digits in the Latin-1 encoding.
Thus, unescape() decodes the string:
Hello%20World%21
to:
Hello World!
See escape() for more information on this encoding and decoding technique.
file: /Techref/language/JAVA/SCRIPT/definitive/refp_416.htm, 5KB, , updated: 2019/10/14 16:00, local time: 2025/5/4 00:53,
3.137.169.218:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/JAVA/SCRIPT/definitive/refp_416.htm"> [Chapter 21] Reference: unescape()</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.