LazyColumn.str.isdigit
isdigit
Checks if all characters in each string are digits.
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn of boolean values indicating whether each string contains only digit characters. |
Examples: