dogweather / naturally

Natural sort algorithm
MIT License
87 stars 20 forks source link

Improve sorting when underscore is separator #11

Closed theodorton closed 8 years ago

theodorton commented 10 years ago

This might create some unexpected behaviour though as the lexical value of underscore is dismissed altogether. string_with_underscore would be equal to stringwithunderscore.

dogweather commented 9 years ago

Hi, the code base has had a big refactoring. Why don't you see if this is still an issue.

theodorton commented 9 years ago

Rebased on master. Still an issue, this PR should solve it.