extract_between_markers
Extract text content between specified start and end markers, returning both the extracted text and its character position information for precise text analysis.
Instructions
Extract content between markers with positions. Returns dict with content and position info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| start_marker | Yes | ||
| end_marker | Yes | ||
| occurrence | No |