Thứ tự tự nhiên (filenames)
Đầu vào
file10 file2 file1
Đầu ra
file1 file2 file10
Sắp xếp nhanh danh sách đã dán theo thứ tự tự nhiên, số hoặc từ điển.
Loại bỏ dòng trống, khử trùng lặp và sắp xếp theo ngôn ngữ/khu vực đều chạy cục bộ trong trình duyệt.
Đầu vào
file10 file2 file1
Đầu ra
file1 file2 file10
Đầu vào
10,5 2,75 1.234,5
Đầu ra
2,75 10,5 1.234,5
Đầu vào
Öga Zebra Äpple Ål
Đầu ra
Zebra Ål Äpple Öga
A human-friendly comparison mode that places `2` trước `10` instead of comparing digit strings literally.
A lexical string comparison. The exact order depends on language and ngôn ngữ/khu vực rules.
The language and regional rules used for collation and số parsing, such as `ja`, `en`, `sv`, or `de-DE`.
Thứ tự tự nhiên treats embedded numbers as numbers, so `file2` comes trước `file10`. Thứ tự từ điển compares text as text, which can place `file10` trước `file2`.
Yes. The công cụ interprets decimal and grouping separators according to the selected ngôn ngữ/khu vực. If a line does not fit that ngôn ngữ/khu vực, it is handled as non-số according to your setting.
Use `Tự động` in most cases. Switch to `Custom` only when you need another language's collation or số formatting rules, such as `sv` or `de-DE`.
The default mode removes only exact matches. In advanced cài đặt you can switch to `Equal under current sắp xếp rules`, which can merge lines that compare the same under the active collation or số rules.
No. Sorting happens entirely in the trình duyệt and your đầu vào is not sent to a máy chủ.
Yes. The UI is localized and sorting relies on `Intl.Collator` plus theo ngôn ngữ số parsing. The final order still depends on the selected ngôn ngữ/khu vực and the trình duyệt's implementation.
This công cụ runs locally in the trình duyệt. Multilingual ordering can vary slightly depending on the selected ngôn ngữ/khu vực and trình duyệt engine.