find_line
Locate text within a file by searching for matching lines and retrieving their line numbers and full content. Simplify file analysis and editing tasks with precise results.
Instructions
Find lines that match provided text in the current file.
Args: search_text (str): Text to search for in the file
Returns: dict: Matching lines with their line numbers, and full text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
search_text | Yes |