replace
Replace replaces all occurrences of a substring within the string value.
Replace replaces all occurrences of a substring within the string value.
Input
string
Parameters
| # | Type | Required |
|---|---|---|
| 0 | string | yes |
| 1 | string | yes |
Returns
string
Examples
{{ name | replace:'foo','bar' }}
{{ text | replace:'hello world','goodbye' }}How is this guide?