Sorting & Lines
Sort, reverse, shuffle, and manipulate lines.
- Sort Lines
Sort lines alphabetically, by length, or numerically. Ascending or descending, case-insensitive, with empty-line removal.
- Number Each Line
Number Each Line — Add a number to the beginning of each line — handy for ordered lists, ranked items, or code snippets.
- Wrap Lines at N Characters
Wrap Lines at N Characters — Reformat text to a fixed line width. Wraps at word boundaries by default; optionally break long words.
- Shuffle Lines
Shuffle Lines — Randomly reorder the lines of any list. Uses cryptographic randomness. Runs entirely client-side inside your browser.
- Add Prefix / Suffix to Lines
Add Prefix / Suffix to Lines — Add the same prefix or suffix (or both) to every line of your text. Runs entirely client-side inside your browser.
- Advanced Text Sorter
Advanced Text Sorter — Perform powerful sorting operations on lists or datasets. Sort alphabetically, numerically, by line length, or focus on a specifi...