Decode64()
Description
FUNCTION: decode64(<string>)
Decodes a Base64-encoded string and returns the original content.
Examples
> say decode64(SGVsbG8gV29ybGQ=)
You say, “Hello World”
FUNCTION: decode64(<string>)
Decodes a Base64-encoded string and returns the original content.
> say decode64(SGVsbG8gV29ybGQ=)
You say, “Hello World”