FORMULA LANGUAGE
Determines whether a substring is stored within a string.
Syntax
@Contains( string ; substring )
Parameters
string
flag
This function is case-sensitive.
You cannot use this function to test for substrings in a rich text field.
Language cross-reference
InStr function in the LotusScript language
Example See Also