public override bool MatchesSafely(string @string) { this.String = @string; return(Type.match(Pattern, @string)); }