Description | The |
Syntax | CONTAINS( |
Output | boolean |
Variables
text: The input text that you want to search for a subtext.
subtext: The text you want to check for within the input text.
Example
CONTAINS(Label
, 'World')
ID | Label | CONTAINS |
1 | Hello, World! | true |
2 | Example Text | false |
3 | Savant Analytics | false |
4 | Welcome to my World! | true |