LOTUSSCRIPT LANGUAGE


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

Syntax

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

Elements

expression


pattern
compMethod occurrences
Extended example: array and String functions

Language cross-reference

@Left function in formula language

See Also