leomaradan/collection-compact

Compact collection of numbers to string

Maintainers

Package info

github.com/Leomaradan/CollectionCompact

pkg:composer/leomaradan/collection-compact

Statistics

Installs: 76

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

1.0.1 2019-03-06 06:11 UTC

This package is auto-updated.

Last update: 2026-03-01 00:22:40 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"