Check if string 1 is lexically before string 2.
returnedBoolean = strlessthan(string1, string2)
returnedBoolean - type: bool string1 - type: str string2 - type: str
strgreaterthan, String Functions