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