Theaserialzer (Theopse Serializer v0.1.0) View Source

Documentation for Theaserialzer.

Link to this section Summary

Link to this section Functions

Decode.

Examples

    iex> Theaserialzer.decode("1,2,3-5,6,9,11-15")
    [1,2,3,4,5,6,9,11,12,13,14,15]