I was trying to make regular expression for the strings that accept even number of 0's and even number of 1's. But I was not able to do so. Please any one can help?
I tried making
(0000+0011+0101+0110+1111+1100+1010+1001)*(^+00+11)
but it does not accept the string 100001.
I read that question that @vks has addressed but was not able to understand the answers properly. I tried to add a comment but my rep is below 50, so am not able to do that, that's why I asked a new question.