base64d

Base64 decodes the given string value.

Example

base64e("aGVsbG8=")
"hello"

Last updated