naturalsort 1.0.0
Examples: ['a1', 'a11', 'a12', 'a2', 'a21'] => ['a1', 'a2', 'a11', 'a12','a21'] ['a', 'b', 'c', 'A', 'B', 'C'] => ['A', 'a', 'B', 'b', 'C', 'c'] ['x__2', 'x_1'] => ['x_1', 'x__2'] == Features: * sort case insensitive * sort filename matching pattern "abc1", "abc12", "abc2" in the correct order * sort underscore insensitive == Synopsis: === Usage N°1 - Add to your ruby default objects Add natural sort methods to ruby default object (Array, Hash, etc...)
Gemfile:
=
安裝:
=
Runtime 相依性套件 (1):
hoe
>= 1.3.0