$contains
The$contains operator checks if the first string contains the second string as a substring.
Input
- An array containing exactly two string values: the main string and the substring to search for
Output
trueif the first string contains the second string as a substringfalseotherwise
Examples
Contains Substring
true
Does Not Contain
false
Field Value
true if the description field contains the word “urgent”, otherwise false
