Compare Strings by code units
bool greaterThanString(String s1, String s2) { return greaterThanListNum(s1.codeUnits, s2.codeUnits); }