Loading...
Items are delimited by single line break other.   Sort items by column number. 
native natural   case insensitive.

Tool: Sort text by alphabetical, length, random, reverse order.

Purpose: Sort items/lines within a list/text in alphabetical, length, random, reverse order. Items my be sorted by a specified delimiter and column number within the item.
Instructions: Load working-text, select other delimiter option if needed, select column sort option if needed and click sorting function button. Alphabetical sort is a natural sorting algorithm which will sort letters, numbers, data, titles, in an easy (for humans) to read fashion and numerically correct. Be sure to sort lines alphabetically before sorting by length, so each group of differing lengths will be in alphabetical order.
Examples:

To sort a comma delimited list:

Working-text is:

c,a,d,b

To sort alphabetically, click "other" button and enter delimiter , and click "Sort items alphabetically" button producing:

a,b,c,d



To sort words alphabetical by second letter:

Working-text is:

online
option
text
tool


To sort alphabetically by the second letter, check the "Sort items by column number" checkbox and enter 2 into "Column number to sort items by" field and click "Sort items alphabetically" button producing:

text
online
tool
option