WLJS LogoWLJS Notebook

Uncompress

Uncompress["string"] recovers an expression from a compressed string representation generated by Compress.

  • Uncompress["string", h] wraps the head h around the expression produced before evaluating it.

Examples

compressed = Compress[{1, 2, 3}];
Uncompress[compressed]

Please visit the official Wolfram Language Reference for more details.

On this page