Match
Represents a single matched span within a string. Match objects are returned
by indexing a Captures value.
Coercing a Match value to str produces the matched text.
Fields
start
The byte offset of the start of the match within the haystack.
Type: int
end
The byte offset of the end of the match within the haystack.
Type: int