LazyColumn.str.startswith
startswith
Checks whether each string starts with a given prefix.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
prefix
|
str
|
The prefix to check for. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn of boolean values indicating whether each string
starts with |
Examples: