logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

decode-web - (web-encoding)

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> ]

See Also