Text to sort

Sorted text

How does it work?

This tool sorts lines of text in case-insensitive reverse alphabetical order (Z-A). Case-insensitive sorting means that uppercase and lowercase versions of the same letter are treated as equal. For example, "Zebra" and "zebra" are considered the same for sorting purposes.

The sorting follows these rules:

  • Each line is treated as a separate item to sort
  • Uppercase and lowercase letters are treated as equal (Z = z, Y = y, etc.)
  • Letters later in the alphabet come before earlier letters (z before a)
  • The sort is based on the reverse of standard alphabetical order, ignoring case
  • When two lines differ only in case, their original order is typically preserved
  • Empty lines are preserved and typically appear at the end

Example

Original text

Zebra
apple
Banana
cherry
Apple
dog
Cat

After sorting (case-insensitive Z-A)

Zebra
dog
cherry
Cat
Banana
apple
Apple

This tool is useful for organizing lists in reverse alphabetical order, creating descending indexes, or any text where you need items in reverse alphabetical order without considering case differences. It's particularly helpful when you want to focus on the content rather than the capitalization of the text.

Difference from case-sensitive sorting: Unlike case-sensitive reverse sorting where lowercase letters come before uppercase letters, case-insensitive sorting treats "Z" and "z" as the same letter, focusing only on the alphabetical position.

Parameters

  • Text to sort: The input text containing multiple lines that you want to sort
  • Sort order: Case-insensitive reverse alphabetical (Z and z are treated the same)

Related Tools

All Tools

See all available tools