Sort All Lines

← All Tools

Sort all lines alphabetically in ascending or descending order. Works for lists, names, or any line-separated data.

Example

banana, apple, cherry → apple, banana, cherry

3, 1, 2 → 1, 2, 3

foo, bar, baz (desc) → foo, baz, bar

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations

USED IN COOKBOOKS