List tools
Sort, unique, compare, shuffle.
7 tools
- Compare Lists See lines only in A, only in B, or in both. Optional ignore case.
- List Difference Lines in list A that do not appear in list B. Optional ignore case.
- Number Lines Add a running number to each line. Choose start, padding, and format.
- Reverse List Reverse the order of lines, or reverse the characters on each line.
- Shuffle List Shuffle lines with Web Crypto Fisher-Yates. Not Math.random.
- Sort List Sort lines A to Z or Z to A. Optional numeric sort and ignore case. Nothing uploaded.
- Remove Duplicate Lines Keep the first copy of each line and drop later duplicates. Optional ignore case.