fs_search_in_file_by_content
Search a file's content for text or regex patterns, with case-insensitive option and line context to locate matches efficiently.
Instructions
Single file content search with line context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charset | No | utf-8 | |
| is_regex | No | ||
| file_path | Yes | ||
| ignore_case | No | ||
| lines_after | No | ||
| search_term | Yes | ||
| lines_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||