find_replace
Locate and substitute text in a file to update content, supporting single or multiple replacements.
Instructions
Find and replace text in a single file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to the file | |
| find | Yes | Text to find | |
| replace | Yes | Text to replace with | |
| all_occurrences | No | Replace all occurrences |