find whether string with even number of zeros is a) context free b)regular
a) using pumping lemma for CFL....it can be represented as e(0n)e(0n)e. so , it's a CFL.
b) it can be represented as (00)*
in regex. So, i think it's a regular language. But, I am not able to prove the same using pumping lemma for regular languages
Any help would be much appreciated. Thanks!!