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

Clib Is Punctuation Mark Method


The Clib Is Punctuation Mark method returns True if the value that you specify in the char argument is a punctuation mark that you can enter from the keyboard. If the value you specify is not one of these values, then it returns Null.

This method returns True if one of the following ASCII codes represents the punctuation mark:

  • 33 through 47
  • 58 through 63
  • 91 through 96
  • 123 through 126

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

Format

Clib.ispunct(char)

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