Yes, this is homework. I'm looking for explanation, not just the answer
I would like to enlist your help in coming up with two general regular expressions. Perl code is not necessary only general regular expression notation. Thank you,
1)The set of strings over {a,b,c} with an odd number of occurences of the substring
OK! people solution for problem 1:
(b U a*c)* a+b (b U a*c)* ((b U a*c)* a+b (b U a*c)* a+b (b U a*c)*)*