file_replace
Replaces an exact text substring in a target file to update specific content without rewriting the whole file.
Instructions
Replace exact text substring within a target file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Target file path. | |
| target | Yes | Exact text substring to replace. | |
| replacement | No | Replacement text substring. |