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

Clib Is Space Method


The Clib Is Space method returns True if the value you specify in the char argument is a white space character. If the value you specify is not one of the these values, then it returns Null.

Table 184 describes the items for which the Clib Is Space method returns a value of true.

Table 184. items for Which the Clib Is Space Method Returns a Value of True
Description
ASCII Value

Horizontal tab

9

Newline

10

Vertical tab

11

Form feed

12

Carriage return

13

Space character

32

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

For more information, see Use White Space to Improve Readability.

Format

Clib.isspace(char)

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