powered by
This function takes a compressed string in Base64 format as input and returns the decompressed version of the string.
decompressFromBase64(string)
A character string representing the decompressed input string.
A character string in Base64 format to be decompressed.
x <- compressToBase64("Hello, world!") decompressFromBase64(x)
Run the code above in your browser using DataLab