라인 정렬/중복 제거

줄을 정렬하고, 중복을 제거하고, 공백을 다듬고, 텍스트 목록을 정리합니다.

무료 온라인 라인 정렬 및 중복 제거 도구

한 줄에 항목 하나씩 지저분한 목록을 붙여넣고 알파벳순으로 정렬하고, 중복된 항목을 제거하고, 빈 줄을 제거하고, 공백을 한 번에 잘라냅니다.

CSV 내보내기, 로그 파일, 태그 목록 및 순서와 고유성이 중요한 모든 텍스트를 정리하는 데 유용합니다. 모든 처리는 귀하의 브라우저에서 로컬로 이루어집니다.

Frequently Asked Questions

How does line deduplication work?
Deduplication removes duplicate lines while keeping one copy of each unique line. By default, the first occurrence is kept and later duplicates are removed. Case sensitivity can affect matching - Email and email may count as different lines depending on settings.
Can I sort lines in reverse order?
Yes. Dokall supports ascending (A-Z) and descending (Z-A) alphabetical sorting. Numeric lines sort lexicographically by default - 10 comes before 2 in plain alphabetical sort. For numeric sorting, ensure consistent formatting.
What does trim whitespace do?
Trim removes leading and trailing spaces and tabs from each line. This is useful when cleaning data copied from PDFs, web pages, or spreadsheets where invisible whitespace causes duplicate detection to fail.
Can I remove empty lines?
Yes. Enable the remove empty lines option to strip blank lines from your list. This is helpful after deduplication or when cleaning up exports that contain trailing newlines.
Is there a line limit?
No enforced limit. Processing runs in your browser. Lists with tens of thousands of lines work on modern devices. For extremely large datasets (millions of lines), command-line tools like sort -u are faster.