I havent tried anything for im clueless when it'd come to this but I wish to sort a list that looks like this. the thing is a string its laid out like this though:
Name:intvalue:othervalue
I want it to sort the list by the size of what intvalue is nothing else so say theres a list like below
I havent tried any code but heres an example of what I except to happen:
['gop:1245:random', 'random:35:eee', 'random3:100000:efa']
The sorted list should end up being
['random:35:eee', 'gop:1245:random', 'random3:100000:efa']