Siebel eScript Language Reference > C Language Library Reference > Clib Character Classification Methods >

Clib Is Alphabetic Method


The Clib Is Alphabetic method returns True if the value you specify in the char argument is one of the following values:

  • An alphabetic character from A through Z
  • An alphabetic character from a through z

If the value you specify is not one of the these values, then it returns Null.

Format

Clib.isalpha(char)

Table 182 describes the arguments for the Clib Is Alphabetic method.

Table 182. Arguments for the Clib Is Alphabetic Method
Argument
Description

char

A single character or a variable that contains a single character.

Siebel eScript Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.