isLowercaseLetter()function
isLowercaseLetter(str: string): boolean
| Param | Type | |
|---|---|---|
str | string | 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?