Sort Lines
Sort lines alphabetically, by length, numerically, or randomize them.
Input: 0 lines
Output: 0 lines
Sort Options Explained
- A → Z: Alphabetical order (ascending)
- Z → A: Reverse alphabetical order (descending)
- Length ↑: Shortest lines first
- Length ↓: Longest lines first
- Numeric: Sort by the first number found in each line
- Random: Shuffle lines randomly