Question: Please check whether these regular expressions are true or false and explain why. ababaa is in a*(ba)* a*b* = (ab)* a* | b* = (a+b)*
Please check whether these regular expressions are true or false and explain why.
ababaa is in a*(ba)*
a*b* = (ab)*
a* | b* = (a+b)*
(ab)* = a(ba)*
(a | b)* = a*b*
(aa*)(a | ? ) = a*
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
