LOTUSSCRIPT LANGUAGE


StrLeftBack 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 left of the pattern.

Syntax

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

Elements

expression


pattern
compMethod occurrences
Extended example: array and String functions

Language cross-reference

@LeftBack function in formula language

See Also