कैसे उपयोग करें
- Input area में lines की list को paste करें — one item per line।
- Sort order चुनें: alphabetical, reverse alphabetical, by line length, या numeric।
- Duplication को toggle करें duplicate lines को remove करने के लिए, optional case-sensitive matching के साथ।
- Trim और remove-empty-lines options को enable करें whitespace को clean up करने के लिए।
- Output को copy करें या state को share करने के लिए copy-link button का use करें — सभी processing आपके ब्राउज़र में चलती है।
उदाहरण
- 3 duplicates के साथ 10 country names को paste करके sort A→Z और dedupe को enable करने से list को 7 unique names तक alphabetical order में reduce करता है।
- "10\n2\n20\n1" जैसी mixed number list को paste करके numeric sort को choose करने से lexicographic order के बजाय "1\n2\n10\n20" produce करता है।