リストをソート
リストの行をアルファベット順または数値順で並び替えます。大文字小文字を区別するオプション、先頭の数字検出、逆順が利用できます。ブラウザで完全に実行されます。
入力
有効にすると、並び替えが大文字小文字を区別します(例:'a' は 'A' より前に来ます)。
有効にすると、先頭の数字が検出され、アルファベット順ではなく数値順で並び替えられます。
出力
ソート済みリスト
役に立ちましたか?
このツールを使う他の方法
REST API
curl -X POST https://api.iotools.cloud/v1/tool/sort-list \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"originalList": "banana\nApple\ncherry",
"reverseOrder": "",
"caseSensitive": "",
"detectNumbers": ""
}'ご自身のアカウントのキーに差し替えてください。ツールのフィールドがそのままリクエストボディになります——ラッパーはありません。
AIエージェントに依頼する
Use the IOTools `sort-list` tool (Sort List) on this input:
YOUR_INPUT_HEREIOTools MCPサーバーに接続された任意のエージェントにこれを貼り付け、入力内容を追加してください。
埋め込みウィジェット
<iframe
src="https://iotools.cloud/embed/sort-list/"
width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
title="リストをソート — iotools.cloud"
sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
allow="clipboard-write"
style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>ご自身のページに貼り付けるだけ——無料、キー不要、リンクを掲載するだけです。
| API/MCP 1回あたりの費用 | 5クレジットから |
|---|---|
| クレジットが足りませんか? | 料金を見る |
次の方法でも利用可能
ガイド
Sort the lines of a list into alphabetical or numerical order. Paste anything line-separated — names, dates, file paths, survey answers — and get it back sorted, with control over case-sensitivity, numeric detection, and direction.
How to use it
- Paste your list, one item per line, into the input box.
- Toggle the settings below as needed.
- Copy or download the sorted result.
Settings
- Reverse Order — sort Z→A (or largest→smallest with number detection) instead of the default A→Z.
- Case-sensitive — when off (default), sorting ignores case, so
appleandApplesort next to each other. When on, uppercase letters sort before lowercase. - Detect numbers — when a line starts with digits, compare that leading number numerically instead of as text, so
2sorts before10(a plain alphabetical sort would put10first, since"1"<"2").
Privacy
Everything runs entirely in your browser. Your list is never uploaded to a server.
sortlistalphabetizeordertext