RegexParser.Regex2.Regex2 C# (CSharp) Méthode

Regex2() public méthode

public Regex2 ( string patternText ) : System.Linq
patternText string
Résultat 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