Overview
>
klyn.regex
>
MatchResult
>
MatchResult
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.regex.MatchResult.MatchResult
constructor
public MatchResult(value as String):
Description
Creates a new match result from the matched text.
Parameters
value Matched text. ``` import klyn.regex match = MatchResult("mail@example.com") assert match.value == "mail@example.com" ```