LOTUSSCRIPT LANGUAGE


StrRightBack function
Searches a string from right to left for a pattern and returns a substring consisting of the characters in the string that are to the right of the pattern.

Syntax

StrRightBack( expression, pattern [, compMethod [, occurrences ]] )

Elements

expression


pattern
compMethod occurrences
Extended example: array and String functions

Language cross-reference

@RightBack function in formula language

See Also