parse icon indicating copy to clipboard operation
parse copied to clipboard

Consider adding Result.span

Open florisla opened this issue 5 years ago • 1 comments

I would find it useful if I could query

result.span

Just like I can get the span tuple information of individual fields (result.spans['field']).

I realize "span" name-clashes a bit with the spans propery; perhaps it could be called full_span ?

Edit: the purpose is to make replacing text easier -- see #100.

florisla avatar Feb 10 '20 08:02 florisla