The result of a call to Regex.find()
no subtypes hierarchy
Initializer |
MatchResult(Integer start, Integer end, String matched, String?[] groups) Parameters:
|
Attributes | |
end | Source Codeshared Integer end The zero-based index after the match in the input string |
groups | Source Codeshared String?[] groups A sequence of matched groups or |
matched | Source Codeshared String matched The matched string |
start | Source Codeshared Integer start The zero-based index of the match in the input string |
string | Source Codeshared actual String string A developer-friendly string representing the instance.
Concatenates the name of the concrete class of the
instance with the Refines Object.string |
Inherited Attributes |
Attributes inherited from: Object |