compressToEncodedURIComponent: Compress a string to Encoded URI Component

View source: R/lzstringr-package.R

compressToEncodedURIComponentR Documentation

Compress a string to Encoded URI Component

Description

This function takes a string as input and returns a compressed version of the string in Encoded URI Component format.

Usage

compressToEncodedURIComponent(string)

Arguments

string

A character string to be compressed.

Value

A character string representing the compressed input string in Encoded URI Component format.

Examples

compressToEncodedURIComponent("Hello, world!")

lzstring documentation built on Oct. 22, 2024, 1:06 a.m.