contents   index   previous   next



Clib.islower()

syntax:

Clib.islower(chr)

where:

chr - a character, a single character string.

 

return:

boolean - true if chr is in: a-z.

 

description:

Returns true if chr is a lowercase character in the following set of characters: az

 

 


Clib.isprint()