LazyColumn.str.contains
contains
Checks whether each string contains a specified substring.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
pat
|
str
|
The substring to look for. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn of boolean values indicating whether each string
contains |
Examples: