FUNCTION xpfTrimString (actualString : STRING; prefixChars : STRING; suffixChars : STRING; options : INTEGER) trimmedString : STRING;
This function will trim 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
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_actualString'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_prefixChars'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_suffixChars'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_options_XPX'.
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_trimmedString'.
Options
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_TRIM_STRING_PREFIX_ALL_NON_PRINTABLE_CHARS_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_TRIM_STRING_SUFFIX_ALL_NON_PRINTABLE_CHARS_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_TRIM_STRING_SUFFIX_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_TRIM_STRING_PREFIX_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_TRIM_STRING_PREFIX_WHITE_SPACE_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_TRIM_STRING_SUFFIX_WHITE_SPACE_XPX'.
Example
<example missing>
See also
Filter by label
There are no items with the selected labels at this time.