> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/text/contains.md).

# CONTAINS

CONTAINS( `column`, `search value` )

Checks if a `column`  of text contains given `search value`(s). Supports partial matches.

### Arguments

| Input          | Description                                        |
| -------------- | -------------------------------------------------- |
| `column`       | Column of strings to search for `search values`(s) |
| `search value` | `Value`(s) to search for in `column`               |

### Output

Outputs `true` or `false` results for each value

### Example

{% embed url="<https://datawrapper.dwcdn.net/jo6vc/1/>" %}
