klyn.regex.MatchResult.MatchResult
constructor
public MatchResult(value as String):
Description

Creates a new match result from the matched text.

Parameters
ParameterDescription
valueMatched text.
Example
import klyn.regex

match = MatchResult("mail@example.com")
assert match.value == "mail@example.com"