Contains

Syntax

Contains(Source: String, SubStr: String)

Parameters

Source. Source string.

SubStr. Searched substring.

Description

It returns whether the required substring is in the source string.

Comments

Substring search in the source string is case-sensitive.

Example

Formula Result Application
= Contains("Calculator", "Cal")

True

Expressions can be used in model formulas of modeling container, in formulas of time series database calculated series, in formulas of the modeling container that is a child one for time series database in expression editor.
= Contains("Calculator", "cal")

False

See also:

Functions Available in Expression Editor │ Text Functions