Overview
>
klyn.regex
>
MatchResult
>
value
Overview
Index
Tree
Deprecated
klyn.regex.MatchResult.value
property
public property value as String
Description
Matched text.
import klyn.regex match = MatchResult("42") print(match.value) # 42