Replace
It replaces the parameter search value into the one of the parameter replace.
Parameters:
| Name | Type, value | Description |
|---|---|---|
| search | String, required | A required sub-string |
| replace | String, default empty | A replaceable string |
| regexp | Boolean: true, false; default false | It defines whether search is a regular expression |
Example:
Set a Hello\ World! Dump a # Replace word "World" to "FooBar" (simple replace) Filter Replace a WithParams search=World replace=FooBar Dump a
Result:
a => Hello World! a => Hello FooBar!
| Remove | Standart Filters | Search |

