Siebel eScript Language Reference > Quick Reference: Methods and Properties >

Character Classification Methods


The following is a list of character classification methods.

Method
Function
Clib.isalnum()
Tests for an alphanumeric character
Clib.isalpha()
Tests for an alphabetic character
Clib.isascii()
Tests for an ASCII-coded character
Clib.iscntrl()
Tests for any control character
Clib.isdigit()
Tests for any decimal-digit character
Clib.isgraph()
Tests for any printing character except space
Clib.islower()
Tests for a lowercase alphabetic letter
Clib.isprint()
Tests for any printing character
Clib.ispunct()
Tests for a punctuation character
Clib.isspace()
Tests for a white-space character
Clib.isupper()
Tests for an uppercase alphabetic character
Clib.isxdigit()
Tests for a hexadecimal-digit character


 Siebel eScript Language Reference 
 Published: 18 April 2003