quick_replace
Find and replace text in files using literal string matching. Replace all occurrences or just the first instance without regular expressions.
Instructions
Simple find and replace across a file without regex
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File to edit | |
| find | Yes | Text to find (literal, not regex) | |
| replace | Yes | Text to replace with | |
| all | No | Replace all occurrences (false = first only) |