public MatchResult(value as String):
Creates a new match result from the matched text.
value
import klyn.regex match = MatchResult("mail@example.com") assert match.value == "mail@example.com"