I was wondering when sorting, lets say by low to high, how does a string or a character sort know what's low and high? Does it add the ASCII representation of the letter, or is there some other technique?
Yeah that's weird...I'm sure someone has programmed something that checks for lowercase vs uppercase. And if lowercase then it would have to be > uppercase to sort from high to low.