contents   index   previous   next



Clib.isascii()

syntax:

Clib.isascii(chr)

where:

chr - a character, a single character string.

 

return:

boolean - true if chr is in ASCII: 0-127.

 

description:

Returns true if chr is an ASCII character in the following set of codes: 0-127.

 

 


Clib.iscntrl()