menu
Tool Player
search
Home
>
Tools
>
Natural sort
Natural sort
Sorts the elements of a given array naturally, as expected by humans.
See examples.
Examples
1.
Simple numbers
Input
10 9 100 2 11 1 4
17
Parameters
keyboard_arrow_down
ascending
descending
Order
Output
0
Reset
2.
Float numbers
Input
10.0401 10.022 10.042 10.021999
31
Parameters
keyboard_arrow_down
ascending
descending
Order
Output
0
Reset
3.
Float and decimal notation
Input
10.04f 10.039F 10.038d 10.037D
30
Parameters
keyboard_arrow_down
ascending
descending
Order
Output
0
Reset
4.
Scientific notation
Input
1.428535047e5 1.328535047e7 1.528535047e3
41
Parameters
keyboard_arrow_down
ascending
descending
Order
Output
0
Reset
5.
IP addresses
Input
192.168.201.100 192.168.201.12 192.168.21.1
43
Parameters
keyboard_arrow_down
ascending
descending
Order
Output
0
Reset
6.
File names
Input
01asset_0815.png asset_47103.jpg asset_151.jpg 001asset_4711.jpg asset_342.mp4
78
Parameters
keyboard_arrow_down
ascending
descending
Order
Output
0
Reset
7.
Dates
Input
10/12/2018 10/11/2018 10/11/2017 10/12/2017
43
Parameters
keyboard_arrow_down
ascending
descending
Order
Output
0
Reset
8.
Dates
Input
Thu, 15 Jun 2017 20:45:30 GMT Thu, 3 May 2018 17:45:30 GMT Thu, 15 Jun 2017 17:45:30 GMT
88
Parameters
keyboard_arrow_down
ascending
descending
Order
Output
0
Reset
9.
Money
Input
$102.00 $21.10 $101.02 $101.01
30
Parameters
keyboard_arrow_down
ascending
descending
Order
Output
0
Reset
Examples end here.
Hide examples.
Input
content_copy
undo
redo
fullscreen
Output
refresh
content_copy
fullscreen
Enter one string per line in the input box.
Parameters
keyboard_arrow_down
ascending
descending
Order
See also
Alphabetical sort
Sort by length
Sort by syllables