find_replace_all
Replace specific text strings across multiple files simultaneously using file patterns to streamline code maintenance and updates.
Instructions
Find and replace text across multiple files
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | Yes | Text to find | |
| replace | Yes | Text to replace with | |
| file_pattern | No | File glob pattern (e.g., *.py) |