LazyColumn.str.slice
slice
Slices substrings from each string in the column.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
start
|
int
|
The start position for the slice. If None, defaults to 0. |
None
|
stop
|
int
|
The end position for the slice. If None, slices to the end of the string. |
None
|
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn with sliced strings. |
Examples: