fs_edit
Replace an exact substring in a file, with control to replace one or all occurrences.
Instructions
Replace an exact substring in a file. old_string must match exactly once unless replace_all is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| new_string | Yes | ||
| old_string | Yes | ||
| replace_all | No |