Decode a Base64 encoded string
The Base64 encoded string to decode
The decoded string
0.13.0
decodeBase64("SGVsbG8="); // "Hello"decodeBase64("SGVsbG8gV29ybGQ="); // "Hello World"decodeBase64(""); // "" Copy
decodeBase64("SGVsbG8="); // "Hello"decodeBase64("SGVsbG8gV29ybGQ="); // "Hello World"decodeBase64(""); // ""
Decode a Base64 encoded string