Description
Analyse if a char is lower case (that is a letter in lower case). Returns true if thisChar contains a letter in lower case.
Syntax
isLowerCase(thisChar)
Parameters
thisChar
: variable. Allowed data types: char
Returns
true
: if thisChar is lower case.