Quote:
Originally Posted by ottischwenk
Linux has the same problem.
Sorting alphanumeric fields (text) starts from left to right and "1" from "10" is lower than "2"
|
It depends on how you set up the tool that does the sorting. In Linux, "sort -V" is a good start.
From the man page of sort:
-V, --version-sort
natural sort of (version) numbers within text