fs_file_replace
Replaces specified text within a file and returns the number of matches found. Solves the need to update content in files programmatically.
Instructions
Replace text content inside file, return match count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| replacement | Yes | ||
| search_term | Yes | ||
| line_separator | No |