[–] pm_me_firearms ago
strings are just numbers, right? So make them into two arrays, sort them, and check them using an algorithim that I've forgotten the name of, but involves deciding to increment a side by looking at which side has the lower number.
[–] brux ago
Strings are lists of characters. I.e., words or sentences. See the answer below. :)