extract-lines
Extract a specific range of lines from text content while preserving formatting and newlines. Input the text, start line, and end line to retrieve the desired section.
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 |