RegexParser.Regex2.IsMatch C# (CSharp) 메소드

IsMatch() 공개 메소드

public IsMatch ( string input ) : bool
input string
리턴 bool
        public bool IsMatch(string input)
        {
            return Match(input).Success;
        }

Same methods

Regex2::IsMatch ( string input, string patternText ) : bool