Siebel eScript Language Reference > Siebel eScript Commands >

String Objects


The string data type is a hybrid that shares characteristics of primitive data types, Boolean and Number, and of composite data types, Object and Array. The string data type is presented in this section under two main headings in which the first describes its characteristics as a primitive data type and the second describes its characteristics as an object.

See Also

Back-Quote Strings in Siebel eScript
charAt() Method
Escape Sequences for Characters in Siebel eScript
indexOf() Method
lastIndexOf() Method
length Property
Single Quote Strings in Siebel eScript
split() Method
The String as Data Type in Siebel eScript
The String as Object in Siebel eScript
String.fromCharCode() Static Method
string.replace() Method
substring() Method
toLowerCase() Method
toUpperCase() Method

Siebel eScript Language Reference