extract-lines
Extract a precise range of lines from text input using start and end line numbers to isolate specific content while maintaining original formatting and structure.
Instructions
Extract a specific range of lines from text content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_line | Yes | Ending line number (inclusive) | |
start_line | Yes | Starting line number (inclusive) | |
text | Yes | The full text content to extract lines from |