Microsoft.Automata.Rex.RexEngine.CreateFromRegexes C# (CSharp) Méthode

CreateFromRegexes() public méthode

Create a product of the automata of the given regexes.
public CreateFromRegexes ( ) : Automaton
Résultat Automaton
        public Automaton<BDD> CreateFromRegexes(params string[] regexes)
        {
            return CreateFromRegexes(RegexOptions.None, regexes);
        }

Same methods

RexEngine::CreateFromRegexes ( RegexOptions options ) : Automaton