isLowercaseLetter()function

isLowercaseLetter(str: string): boolean
ParamType
strstring
The string whose first character is tested. required
Return
boolean
true if the first character of str is a lowercase a–z letter, otherwise false.

Is the first character of a string a lowercase letter?