Nfa.fromString constructor
Nfa.fromString(
- String regexp
Implementation
factory Nfa.fromString(String regexp) => Node.fromString(regexp).toNfa();
factory Nfa.fromString(String regexp) => Node.fromString(regexp).toNfa();