Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object >

Clib.isalpha() Method


This function returns true if a specified character is alphabetic.

Syntax

Clib.isalpha(char)

Parameter
Description
char
A single character or a variable containing a single character

Returns

True if char is an alphabetic character from A to Z or a to z; otherwise, false.

Usage

This function returns true if char is alphabetic; otherwise, it returns false.

See Also

Clib.isdigit() Method, Clib.isalnum() Method, Clib.islower() Method, Clib.isprint() Method, and Clib.isupper() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003