apply-codecs()
apply-codecs
expects at least two string
s as parameters. The first parameter is the input. The next parameters are the codecs to be applied in sequence, so that the first codec is applied to the given input and the next codecs are applied to the result of the previous encoding process. Returns a string.
The following codecs are supported:
Example
Last updated