Formal Automata > Regex > Flashcards
[0] =
O/
[1] =
{E}
[a] =
{a}
[e+f] =
[e] U [f]
[e.f] =
[e] . [f]
[*e] =
[e]*
[(e)] =
[e]