I\'m looking for an algorithm that sorts strings similar to the way files (and folders) are sorted in Windows Explorer. It seems that numeric values in strings are taken int
I posted code (C#) and a description of the algorithm here:
Natural Sort Order in C#