Sort files based on characters at end of filename?

You can do this with a script that adds a custom column based on a portion of the filename, and you can then sort by that column. The following thread has a good example: