LassoScript Utility
Basics Browse Detail

[Decompress]

Tag Link [Decompress] Category Technical
Type Substitution Source Available No
Support Preferred Version 5.0
Change Unchanged Data Source Any
Output Type String Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Description

[Decompress] decompresses a byte stream that was compressed using the [Compress] tag.

Syntax

[Decompress: 'Decompression Value']

Parameters

Required Parameters
Decompression Value The specified string value will be decompressed.

Examples

To decompress a compressed string:

Use the [Decompress] tag. The following example decompresses a string that was compressed using the [Compress] tag and returns the results. The compressed string is passed through [Decode_URL] for example purposes to ensure that the binary data is restored to its original form before decompression.

[Decompress: (Decode_URL: '%00%00%00-x%9C%0B%C9HU(,%CDL%CEVH*%CA/%
CFSH%CB%AFP%C8*%CD-HMQ%C8/K-R(%01%CA%E7
%24VU*%A4%E4%A7%EB%01%00%7B%F1%10%5E')]

The quick brown fox jumped over the lazy dog.