Nfa.fromString constructor

Nfa.fromString(
  1. String regexp
)

Implementation

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