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