LOTUSSCRIPT LANGUAGE


StrRight 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 right of the pattern.

Syntax

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

Elements

expression


pattern
compMethod

An Integer specifying which comparison to use.
FlagType of Comparison
0 Case Sensitive, Pitch Sensitive
1 Case Insensitive, Pitch Sensitive
4 Case Sensitive, Pitch Insensitive
5 Case Insensitive, Pitch Insensitive

occurrences


Extended example: array and String functions

Language cross-reference

@Right function in formula language

See Also