Word  Sorter

(see sort methods below)

Sort Methods


Alphabetical Sort

In this example, "A10" comes before "A2" because "1" is bigger than "2".


Natural Sort

In this example, A10 come in it's natural order because the number of digits are counted.


Character Length

In this example, the data is sorted by length of characters.


Reverse

In this example the data is sorted in reverse order.


Shuffle

This sorts the text in no particular order. It randomizes the arrangement of the list.

 

Instructions:

  • Clear the screen using the 'Clear' button.
  • Enter words to be sorted (in rows) on the screen. Click 'Sort', then 'Copy' buttons.
  • Sort Button:  Sorts the words to the chosen method of sort (in the pulldown).
  • Copy Button:  Copies the contents on the screen, to the clipboard.
  • Reset Button:  Resets the example sort back to the screen.
  • Print Button:  Prints the screens contents.
  • Clear Button:  Clears all contents from the screen.