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