String Methods
The following table describes string and byte array methods.
Method | Description |
---|---|
Converts a string to lowercase. |
|
Converts a string to uppercase. |
|
Concatenates a portion of one string to another string. |
|
Performs a comparison between two strings. |
|
Converts a string to lowercase. |
|
Copies a part of one string to another string. |
|
Returns a formatted string. |
|
Searches a string for the last occurrence of a character. |
|
Searches a string for a string. |
|
Searches a string for a character. |
|
Searches a string for a set of characters. |
|
Searches a string for a character that is not in a set of characters. |
|
Writes formatted output to a string. |
|
Modifies the pattern and attributes that Siebel CRM uses with the current instance of a regular expression object. |
|
Returns a section of a string. |
|
Converts Unicode values to a string. |
|
Returns the character that resides at a location in a string. |
|
Returns an array of strings that match a regular expression. |
|
Returns the Unicode value of the character that resides at a specific position in a string. |
|
Indicates if a string includes a regular expression. |
|
Parses a string and returns an array of strings according to a separator. |
|
Replaces a string with a string that you define. |
|
Returns the position of the last instance of a substring. |
|
Returns the position of a regular expression. |