DJ Mike's List Sorter
^
Sort
Reverse Sort
Natural Sort
Natural Case Sort
Enter a list of items, one item per line. Select sort method.
Sort:
Sorts a list. Example: image1, image15, image10, image5 gets sorted into: image1, image10, image15, image5
Sort:
Sorts a list in reverse order.
Natural Sort:
Sorts in natural order; they way a human would sort a list. Example, image1, image15, image10, image5 gets sorted into: image1, image5, image10, image15. Ignores case.
Natural Case Sort:
Same Natural Sort but sorts by case too.