str_contains
Checks if a string contains a specified substring.
Syntax
str_contains(<withinText>, <findText>)
| Parameter | Type | Description |
|---|---|---|
| withinText | Text | The Withintext string value. |
| findText | Text | The Findtext string value. |
Return values
Boolean
Usage
Checks if the email address contains '@gmail.com'.
str_contains(orders.email, '@gmail.com')