Tcl Powered!NeoWebScript

Home
 
Download
User Info
New User FAQ
Tutorials
Demos
Commands
Variables
Troubleshooting
Sysop Info
Sysop FAQ
Theory
Installation
Management
Tests
Troubleshooting
Feedback
Resources
Release Notes
Credits
Disclaimer
UNQUOTE_STRING - Neowebscript
Synopsis * Description

Converts escaped characters into their original form.

Synopsis

  • unquote_string string

Description

Scans through each character in string for all escaped characters following the format:

%HH

where HH are two hexadecimal digits representing the ASCII value of the character. The escaped character is then converted back to the original character. This is useful for retrieving data embedded in a URL from form-like GET request. The command that creates this character conversion is quote_string.

Copyright © 1995-1999 NeoSoft Inc., 1770 St. James Place, Suite 500, Houston, TX 77056 USA. All Rights Reserved