Siebel eScript Language Reference > Siebel eScript Quick Reference > Other Clib Methods >

String Methods


Table 194 describes string and byte array methods.

Table 194. Quick Reference for String and Byte Array Methods
Method
Description

Change String to Lowercase Method

Converts a string to lowercase.

Change String to Uppercase Method

Converts a string to uppercase.

Clib Append String Method

Concatenates a portion of one string to another string.

Clib Compare Strings Method

Performs a comparison between two strings.

Clib Convert String to Lowercase Method

Converts a string to lowercase.

Clib Copy String Method

Copies a part of one string to another string.

Clib Get Formatted String Method

Returns a formatted string.

Clib Get Last Substring Method

Searches a string for the last occurrence of a character.

Clib Get Substring Method

Searches a string for a string.

Clib Search String for Character Method

Searches a string for a character.

Clib Search String for Character Set Method

Searches a string for a set of characters.

Clib Search String for Not Character Set Method

Searches a string for a character that is not in a set of characters.

Clib Write Formatted String Method

Writes formatted output to a string.

Compile Regular Expressions Method

Modifies the pattern and attributes that Siebel CRM uses with the current instance of a regular expression object.

Create String From Substring Method

Returns a section of a string.

Create String From Unicode Values Method

Converts Unicode values to a string.

Get Character From String Method

Returns the character that resides at a location in a string.

Get Regular Expression from String Method

Returns an array of strings that match a regular expression.

Get Unicode Character From String Method

Returns the Unicode value of the character that resides at a specific position in a string.

Is Regular Expression in String Method

Indicates if a string includes a regular expression.

Parse String Method

Parses a string and returns an array of strings according to a separator.

Replace String Method

Replaces a string with a string that you define.

Search String for Last Substring Method

Returns the position of the last instance of a substring.

Search StringVar for Regular Expression Method

Returns the position of a regular expression.

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