When i go through this there are not many explanation to the hierarchy when comparing strings using greater than or less than
'AAA' > 'BBB' :False
'AAB' > 'AAA' :True
'aaa' > 'AAA' :True
When i go through this there are not many explanation to the hierarchy when comparing strings using greater than or less than
'AAA' > 'BBB' :False
'AAB' > 'AAA' :True
'aaa' > 'AAA' :True