LazyColumn.str.replace
replace
Replaces all occurrences of a substring within each string with a new value.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
old
|
str
|
The substring to be replaced. |
required |
new
|
str
|
The new string to replace occurrences of |
required |
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn with all occurrences of |
Examples: