DoesNotContain (Filter)
Description
Checks if and only if the token string does not contain the specified sequence of char values within the search in string. Records that meet the conditions are passed on within the Flow.
Use
- Token
- Select a argument with token values or enter a token value. (String)
- Search In:
- Select a argument or enter value to compare against the token value. (String)
Example
The user is searching text for the token "artificial intelligence".
Input field | Results |
---|---|
This year, the market for AI and IoT in healthcare will grow a whopping 40%. | This record is passed on within the Flow. |
Can artificial intelligence really create art? | This record is not passed on within the Flow. |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_DoesNotContain" to see an example of this function.