8.19. Exercise: sort mixed string

In a file we have the following strings: A1 A27 A38 B1 ...
each string has a letter at the beginning and then a number.

Sort them first based on the first letter and among values with the same
leading letter sort them according to the numbers.

File:

Example 8-13. examples/arrays/sort_mixed_strings.txt

A1
A27
C1
B1
B12
A38
B3
A3