| Link |
Tool Name |
Category |
Short Description |
Long Description |
Platform |
Updated |
|
AFTERR |
String manipulation |
Like [AFTER] but returns the <string> after the right-most occurrence of the <search_string>, and returns the whole <string> if the <search_string> does not occur in the <string>.
|
|
All |
3/26/1996 |
|
BEFORER |
String manipulation |
Like [BEFORE] but returns the <string> before the right-most occurrence of the <search_string>, and returns null if the <search_string> does not occur in the <string>.
|
|
All |
3/26/1996 |
|
COMMA_DELIM |
String manipulation |
Convert a list of values to comma_delimited format.
|
|
All |
2/20/1996 |
|
COMMA_DELIM2 |
String manipulation |
Like COMMA_DELIM, except that it appends an _ to every value.
|
|
All |
2/20/1996 |
|
EXTRACT |
String manipulation |
Like [EXTRACT] function, but reads the elements from a file.
|
|
UNIX |
2/12/1998 |
|
INDEXR |
String manipulation |
Like [INDEX] function, but returns the position of right-most occurrence of <search_string>.
|
|
All |
10/4/1995 |
|
ITEMNAME |
String manipulation |
Convert a string to a valid INFO & ORACLE item name.
|
|
All |
3/13/2000 |
|
TOKEN |
String manipulation |
Like the [TOKEN] function, but reads the elements from a file.
|
|
All |
7/3/1999 |
|
ZEROPAD |
String manipulation |
Pads integer number with leading zeros, and return values.
|
|
All |
8/14/1996 |