Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

gunzip

Function
Arg Description Type
string Data to apply Gunzip string (required)
max_bytes Maximum length of bytes to read into memory int64

Description

Uncompress a gzip-compressed block of data.

Example

gunzip(string=base64decode(string="H4sIAAAAAAACA3N0pC4AAKAb0QxQAAAA")) -> "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"