Module sort

Module sort 

Source

Functions§

natural
Compares two strings using natural sort order. Natural sort order compares numbers in a way humans expect, so “swp10” comes after “swp2” instead of “swp10” being less than “swp2” as in ASCII sorting.