public MatchResult(value as String):
import klyn.regex match = MatchResult("mail@example.com") assert match.value == "mail@example.com"