powered by
This function takes a string as input and returns a compressed version of the string in Encoded URI Component format.
compressToEncodedURIComponent(string)
A character string representing the compressed input string in Encoded URI Component format.
A character string to be compressed.
compressToEncodedURIComponent("Hello, world!")
Run the code above in your browser using DataLab