contents   index   previous   next



Clib.isupper()

syntax:

Clib.isupper(chr)

where:

chr - a character, a single character string.

 

return:

boolean - true if chr is in: A-Z.

 

description:

Returns true if chr is an uppercase character in the following set of characters: AZ.

 

 


Clib.isxdigit()