parse
parse copied to clipboard
Consider adding Result.span
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.