native bool:is_char_upper(ch);
ch | Character to test. |
Returns whether an alphabetic character is uppercase.
Only available in 1.8.3 and above.
Multi-byte characters will always return false.
True if character is uppercase, otherwise false.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.