Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
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
nopaneltrue
Insert excerpt
US:_a_prefixChars
US:_a_prefixChars
nopaneltrue
Insert excerpt
US:_a_suffixChars
US:_a_suffixChars
nopaneltrue
Insert excerpt
US:_a_options_XPX
US:_a_options_XPX
nopaneltrue

...