quick_replace
Perform simple find and replace operations in a file using literal text, not regex. Edit files efficiently by replacing all or specific occurrences without full file replacement.
Instructions
Simple find and replace across a file without regex
Input Schema
Name | Required | Description | Default |
---|---|---|---|
all | No | Replace all occurrences (false = first only) | |
file | Yes | File to edit | |
find | Yes | Text to find (literal, not regex) | |
replace | Yes | Text to replace with |