|
NaturalSort is a small and simple library to implements a natural or human friendly alphabetical sort in ruby.
For example: ['a1', 'a11', 'a12', 'a2', 'a21'] => ['a1', 'a2', 'a11', 'a12','a21']
Registered: 2007-12-13 18:05 Activity Percentile: 0% View project activity statistics. |
|