public static operator==(left as MatchResult, right as String) as Boolean:
Value equality with a string.
True when the matched text equals the given string. import klyn.regex assert MatchResult("abc") == "abc"
import klyn.regex assert MatchResult("abc") == "abc"