LazyColumn.str.find
find
Returns the first zero-based index of the substring sub in each string, or -1 if not found.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sub
|
str
|
The substring to search for. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn of integer values representing the first occurrence of |
Examples: