LOTUSSCRIPT LANGUAGE

StrRightBack function
Searches S1 from right to left and returns a substring consisting of the characters in S1 which are to the right of the substring S2.

Syntax

STRRightBack( STRING S1, STRING S2 [,][ SHORT flag] [,] [ LONG occurrences ] ) As STRING

STRRightBack$(. . .)

Elements

S1


S2
flag
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

@RightBack function in formula language

See Also