Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 292 Bytes

base64_decode.sh.md

File metadata and controls

12 lines (11 loc) · 292 Bytes

base64_decode

base64_decode -- Decodes data with MIME base64.

Usage

// 1. Function form.
void func::base64_decode(string* variable, string data)
// 2. Command form.
void sub::base64_decode(string data) > output
// 3. Stream form.
void stream::base64_decode() < input > output