Contains(Source: String, SubStr: String)
Source. Source string.
SubStr. Searched substring.
It returns whether the required substring is in the source string.
Substring search in the source string is case-sensitive.
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: