.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


Examples: @Like
1. This example returns 0. The underscore matches only a single character.
2. This example returns 1. The five underscores match "<space>big<space>."
3. This example returns 1. The % matches "A big ."
4. This example returns 1 because the match is true for one element of the first parameter.
5. This example returns 0. @Like is case-sensitive.
6. This example returns 1. The first percent matches "100." The "/%" matches the percent sign because "/" is specified as the escape character. The last percent matches "ement."
See Also