decode-web - (web-encoding)
Contents
Description
decode-web will decode <string> (created by encode-web or other web-encoding software) and store the
result back into it. If you need <string> unchanged, make a copy of it first with copy-string. To decode
only a number of leading bytes in <string>, use "input-length" clause and specify <length>.
See encode-web.
Examples
Decode web-encoded string "str", after which it will hold a decoded string.
decode-web str
Name
decode-web - (web-encoding)
Purpose
Decode web(HTML)-encoded string.
See Also
Web encoding
decode-webencode-web See all documentation
$DATE $VERSION GOLF(2gg)
Syntax
decode-web <string> [ input-length <length> ]
