Just remembering that using the comparison operator transforms the string into a string of bytes: "a" > "b" it's the same thing as 65 > 66 which are its numerical representation hadawardgz
Just remembering that using the comparison operator transforms the string into a string of bytes: "a" > "b" it's the same thing as 65 > 66 which are its numerical representation