LazyColumn.str.isalpha
isalpha
Checks if all characters in each string are alphabetic (letters only).
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn of boolean values indicating whether each string contains only alphabetic characters. |
Examples: