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

Clib Is Uppercase Method


The Clib Is Uppercase method returns True if the value you specify in the char argument is an uppercase alphabetic character from A through Z. If the value you specify is not one of the these values, then it returns Null.

The arguments for this method are the same as the arguments for the Clib Is Alphabetic method. For more information, see Table 183.

Format

Clib.isupper(char)

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