Tag Archives: Sorting

Natural sorting

When you create an application that displays data in lists or tables, you often run into the problem of sorting. When dealing with only numbers it isn’t a big deal, but when sorting text it can be. Regular sorting is … Continue reading

Posted in Software Development | Tagged , | Leave a comment