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

Regex2() 공개 메소드

public Regex2 ( string patternText ) : System.Linq
patternText string
리턴 System.Linq
        public Regex2(string patternText)
            : this(patternText, AlgorithmType.Backtracking, RegexOptions.None)
        {
        }

Same methods

Regex2::Regex2 ( string patternText, AlgorithmType algorithmType ) : System.Linq
Regex2::Regex2 ( string patternText, AlgorithmType algorithmType, RegexOptions options ) : System.Linq
Regex2::Regex2 ( string patternText, RegexOptions options ) : System.Linq