find_line
Search for specific text within a file and retrieve matching lines with their line numbers and full content. Ideal for pinpointing and analyzing text in structured file operations.
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 |