is_char_lower
Syntax
native bool:is_char_lower(ch);
Usage
| Parameter | Description |
|---|---|
| ch | Character to test. |
Description
Returns whether an alphabetic character is lowercase.
Note
Only available in 1.8.3 and above.
Multi-byte characters will always return false.
Return
True if character is lowercase, otherwise false.