$$decompress
Decompresses an encoded string using GZip
Usage
{
"$$decompress": /* Compressed encoded string */,
"charset": "ISO-8859-1" /* or UTF-8 / UTF-16 */,
"format": "UTF-8" /* or UTF-16 / ISO-8859-1 */
}
"$$decompress([charset],[format]):{input}"
note
Concrete values in the usage example are default values.
Returns
string
Arguments
| Argument | Type | Values | Required / Default Value | Description |
|---|---|---|---|---|
| Input | string | Yes | Compressed encoded string | |
charset | enum | UTF-8/ UTF-16/ISO-8859-1 | ISO-8859-1 | Character encoding of input |
format | enum | UTF-8/ UTF-16/ISO-8859-1 | UTF-8 | Desired character encoding of output |
Examples
Input
Definition
Output
"\u001f\b\u0000\u0000\u0000\u0000\u0000\u0000ÿóHÍÉÉW\bÏ/ÊIQø0¿§\u000f\u0000ýIë\u0010\u0000\u0000\u0000"
{
"$$decompress": "$"
}
"Hello World 🌎"