logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

decode-base64 - (base64)

Description

decode-base64 will decode string <data> into <output data>, which can be binary string. If "input-length" clause is used, then <input length> is the number of bytes decoded, otherwise the entirety of <data> is decoded. The result is stored in <output data> (in "to" clause). Note that the string to decode can have whitespaces before it (such as spaces or tabs), and whitespaces and new lines after it, which will all be ignored for the purpose of decoding.

Examples

See encode-base64.

Name

decode-base64 - (base64)

Purpose

Base64 decode.

See Also

Base64 decode-base64encode-base64 See all documentation $DATE $VERSION GOLF(2gg)

Syntax

decode-base64 <data> to <output data> \ [ input-length <input length> ]

See Also