public override toString() as String:
Returns the matched text.
import klyn.regex match = MatchResult("abc") print(match.toString()) # abc
Matched text.