base64-decode()
Decodes the Base64 encoded data given in the input
parameter.
If the optional strict
parameter equals true()
, the function will return false()
if the input contains characters that are not part of the Base64 alphabet. Otherwise invalid characters will be silently dropped.
Last updated