7.1
2013-09-23

CONTAINS

Syntax

CONTAINS(text,Text to find)

Description

Returns True if<Text> contains<Text to find>, returns False otherwise.

Example

CONTAINS("PrintShop", "Mail")=>False

Parameter description

text

Any text expression or data field containing a text.

Text to find

Any text expression or data field containing a set of characters you want to verify the existence of.

Searches for a given text in another given text. This example returns "False", because the text ("PrintShop"), does not contain the text to find ("Mail").