I have a list of article titles that is built dynamically. I wanted to sort it by page numbers in di something like:
The problem is that some pages begin with digits, 2, 4, 55, 76 etc. and some begin with letters, like: i21, E13 .
How do I sort it properly?