PLAYGROUND (experimental)

str_base64_decode

Decode base64 string.
str_base64_decode(
    str
) -> STRING

Decode base64 string.

Syntaxe

var result = str_base64_decode("SGVsbG8gV29ybGQ=");

Arguments

NameTypeRequiredDefaultDescription
stryes-Base64 string to decode