Searches for specified substring(s) in a text value (case-sensitive). Returns True if found, False otherwise. Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
text
Syntax:
BooleanColumn
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
string_column | column | ✓ Yes | A column to search for text values. |
substring | text | ✓ Yes | Substring to search for in the text value. Up to 5 substrings can be provided. |
Validation
- Minimum parameters: 2
- Maximum parameters: 6