isAlphabetical

src.ZinckLib.isAlphabetical.isAlphabetical(toCheck: str)

Checks to see if a given string is in alphabetical order

Parameters:

toCheck (str) – the string to be checked

Returns:

true or false if it is alphabetical

Return type:

boolean