handysort
handysort copied to clipboard
Alphanumeric string sorting algorithm implementation in Go
Results
1
handysort issues
Sort by
recently updated
recently updated
newest added
It looks like end-of-string is sorting after numbers, rather than before. []string{"", "1", "a", "a1"] ==> [1 a1 a]