# base64decode

# base64 to utf8

decodes base64 encoded utf8 string.

string base64decode(string s)
base64decode("aGVsbG8gd29ybGQ=")
/*
"hello world"
*/