Takes the given array and runs a numeric sort on it, ignoring any non-digits that may be in the entries.
You should only run this on arrays containing strings.
The input array of strings.
Takes the given array and runs a numeric sort on it, ignoring any non-digits that may be in the entries.
You should only run this on arrays containing strings.