Code Block |
---|
language | cpp |
---|
theme | Confluence |
---|
|
FUNCTION xpfTrimString (actualString : STRING;
prefixChars : STRING;
suffixChars : STRING;
options : INTEGER)
trimmedString : STRING;
|
Use this This function will return the trimmed version of the actualString based on the the given prefix/suffix and optionstrim a string according to the given specification.The xpfTrimString() function has a variable number of arguments, i.e., it can be invoked with minimum 1 argument and maximum 4 arguments.
Arguments
...
Insert excerpt |
---|
| US:_a_actualString |
---|
| US:_a_actualString |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_prefixChars |
---|
| US:_a_prefixChars |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_suffixChars |
---|
| US:_a_suffixChars |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_options_XPX |
---|
| US:_a_options_XPX |
---|
nopanel | true |
---|
|
...