Skip to content

DavidMartinOnGitHub/RangeLists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RangeLists

Parse and extract helpers for ranges of numbers.

For example

  • convert "1-5,8,10-11" to a List containing the numbers 1, 2, 3, 4, 5, 8, 10, 11.
  • convert the list of numbers 1, 2, 3, 4, 5, 8, 10, 11 to a consolidated string "1-5,8,10-11".

About

Parse and extract for ranges of numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages