Contains

Description

Finds if a text variable contains a specified text string. The search is case sensitive.

Event Options

Variable

The variable you wish to search.

Value

The text string to search in the Variable.

As

Contains true if the Value is found in the Variable or false if it is not.

Example

Variable

Hello World

Value

World

After running the event with the above options, the As option will be hold the value true because the Variable "Hello World" contains the Value "World".

Last updated