I have a text file I'd like to sort, but I'd like to come up with different sortings. Here's an example of how the file looks:
Joe:100:50/Jane:120:60/Paul:200:34/
So what I'd like to be able to do is turn this into an array and then sort by some of the inner numbers. Normal sort would just put them alphabetical (since their names are first), but I'd like it to sort by all 3 values.