Does jflap support (+) operator in a regular expression?

515 views Asked by At

Regular Expression is 01(0+1)*|0+

I want to convert this into a minimized DFA. JFlap does not seem to support the given regular expression,how do I verify for expression's having Kleene's closure?

If it accepts such expression's is there a special syntax to input them?

0

There are 0 answers