Text contains

Reference documentation for using the Text contains expression

Written By Ben Lehmann

Last updated 7 months ago

Purpose

Checks if a text string contains a second text string

Parameters

Two text values

Returns

Boolean

Description

The expression checks to see if the value in the Search Text field exists and is in the text value in the Text field. If the Search Text is found, the expression returns TRUE otherwise the expression will return FALSE.

Comments

The expression is case-sensitive, meaning it will only find the exact match of the text as it appears in the Search Text field. For example, hello will not match Hello.

The expression will return true if the search text appears anywhere in the target text. For example, searching for app and the text green apples are really nice returns TRUE .


v3.0