leomaradan/collection-compact

Compact collection of numbers to string

1.0.1 2019-03-06 06:11 UTC

This package is auto-updated.

Last update: 2024-09-29 05:01:15 UTC


README

Compact collection of numbers to string

For example, the following array :

[1,2,3,4,5,7,10,12]

will be compacted into the following string :

"1-5,7,10-12"