How to Use
- Paste one value per line into the input area.
- Set sort order, numeric mode, case sensitivity, and duplicate handling.
- Run sorting and copy the ordered output.
Workflow Notes
- Numeric-aware sorting places 2 before 10 for mixed numeric text.
- Enable duplicate removal to produce canonical sorted lists.
- Trim and keep-empty options let you control formatting behavior.
Common Use Cases
- Sort large line lists before spreadsheet import.
- Produce canonical sorted files for QA and diffs.
- Normalize ordering across repeated content exports.
FAQ
Can I sort descending?
Yes. Choose descending order before running the transformation.
Can this remove duplicates while sorting?
Yes. Enable duplicate removal to keep only one copy of each line.
Does text sorter support numeric sorting?
Yes. Numeric-aware mode preserves natural numeric ordering.