FORMULA LANGUAGE


@Contains
Example

Determines whether a substring is stored within a string.

Syntax

@Contains( string ; substring )

Parameters

string


substring
Return value

flag


Usage

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