Sort Numbers

← All Tools

Sort lines numerically (not alphabetically — text sort puts 10 before 2). Non-numeric lines are placed at the end.

Example

3, 1, 2 → 1, 2, 3

10, 2, 1 → 1, 2, 10 (not 1, 10, 2)

100, 50, 75 (desc) → 100, 75, 50

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations

USED IN COOKBOOKS