Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfFindLastCharInString (str                 : STRING;
                                  char                : STRING(1) FIXED)                          
                                  indexOfMatchingChar : INTEGER;
                

The function xpfFindLastCharInString searches the string str for the last occurance occurrence of the character char. If char is found in str then the index of the character char in str is returned as the function value. If char is not found in str zero is the returned function value.

Arguments

...

TypeNameComment
STRINGstrInput string
STRING(1) FIXEDcharThe character to be searched for

Return Value

...

 

TypeNameComment
INTEGERindexOfMatchingCharIndex of the last occurrence of the given character

Options

...

 

Example

...

Code Block
languagecpp

...

<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"