klyn.regex.MatchResult.toString
method
public override toString() as String:
Description
Returns the matched text.
import klyn.regex

match = MatchResult("abc")
print(match.toString())    # abc
Returns
Matched text.