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 0. @Like is case-sensitive.
5. 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