Expand description
Recorder
implementation finding the starts and approximate ends of all matches.
Faster than a full NodesRecorder
, but the span
may include trailing whitespace after the actual matched value.
Structsยง
- Approx
Span Recorder - Recorder that finds approximate
MatchSpans
, possibly including trailing whitespace after the actual match.