xpfSubstituteStringsInString

FUNCTION xpfSubstituteStringsInString(str                   : STRING;
                                      stringToBeSubstituted : STRING;
                                      stringSubstitution    : STRING)
                                      resultString          : STRING;
                

Function to substitute all given sub strings in a specified string.

 

 

Arguments


1TypeNameComment
2
STRING
strThe original input string
3
STRING
stringToBeSubstitutedDefines the sub string in "str" to be substituted. There may be any number of sub strings in "str" that will be substituted.
4
STRING
stringSubstitution Defines the string that will be the substitution of the "stringToBeSubstituted" sub strings.

Return Value


 

TypeNameComment
STRINGresultStringWhen successfully performed, the function return the resulting string from the substitution operation. When the function fail, the value INDETERMINATE (?) will be returned. Exception handling should be used to handle error conditions in the actual xpfSubstituteStringsInString() operation.

Options


 OptionComment
1xpxSYSTEM_DEFINED_EXTENSIONUse the system defined extra lower case characters in the operation. The system defined extra lower case characters is set by the EDM_EXTENDED_LOWERCASE_CHARACTERS configuration variable.

 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â