R/lzstringr-package.R
compressToEncodedURIComponent.RdThis 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.
compressToEncodedURIComponent("Hello, world!")
#> [1] "BIUwNmD2A0AEDukBOYAmBCIA"