Monu Tools

줄 정렬기

텍스트 줄을 알파벳순, 숫자순, 길이순으로 정렬합니다. 다듬기, 빈 줄 제거, 대소문자 무시 옵션을 제공합니다.

줄 정렬기 사용 방법

  1. 01

    항목을 한 줄에 하나씩 입력하세요.

  2. 02

    알파벳순, 숫자순, 길이순, 역순 등 정렬 방식을 선택하세요.

  3. 03

    다듬기, 빈 줄 제거, 대소문자 무시를 선택하고 결과를 복사하세요.

What it does

This line sorter orders a list alphabetically, numerically or by length, ascending or descending, and can also simply reverse the current order.

It is the quick way to tidy a list: alphabetizing names or tags, ordering log lines, arranging a keyword list, or sorting any block of text where one item sits per line.

Numeric and length sorting

Numeric sorting reads the number at the start of each line, so 2 comes before 10 instead of the alphabetical order that would put 10 first. Lines without a leading number are placed at the bottom.

Sorting by length orders lines from shortest to longest, or the reverse, which is useful for spotting outliers or grouping similar entries.

Cleanup options

Cleanup options make it tidy: trim whitespace from each line, drop blank lines, and ignore case so apple and Apple sort together rather than all capitals coming first.

Runs in your browser

To also remove repeats, pair it with the remove duplicate lines tool. Everything runs in your browser, so your list stays private.

자주 묻는 질문

숫자 정렬은 어떻게 작동하나요?

각 줄의 시작 부분 숫자로 정렬하여 2가 10보다 먼저 오도록 합니다. 선행 숫자가 없는 줄은 하단에 배치됩니다.

대소문자 무시는 무엇을 하나요?

대문자가 모두 앞에 오는 대신 apple과 Apple이 함께 위치하도록 대소문자 구별 없이 정렬합니다.

중복을 제거하나요?

빈 줄은 제거할 수 있으며, 중복 항목도 제거하려면 정렬 전후에 중복 줄 제거 도구를 함께 사용할 수 있습니다.

이 도구 임베드하기

이 도구를 직접 운영하는 웹사이트에 추가하세요. 아래 코드를 복사하면 자동으로 최신 상태로 유지됩니다.

<iframe src="https://monu.tools/embed/ko/sort-lines" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

관련 도구