FORMULA LANGUAGE


@Like
Example

Matches a string with a pattern. It is case-sensitive and supports the NotesSQL ® ODBC driver.

Syntax

@Like( string ; pattern )
@Like(
string ; pattern ; escape )

Parameters

string


pattern
escape
Wildcard characters and symbols are:
CWhere C is any character. Matches any single, non­special character C.
__(Underscore). Matches any single character.
%Matches any sequence of zero or more characters.

Return value

flag

Language cross-reference

Like operator of LotusScript language

Example
See Also