regular expresson of variables
- by Kevinniceguy
what is re of string of 0 and 1 that contain an even number of zeros and even number of ones..... its not or in the middle....its an and...and even number of ones
so i got something like (1*01*01*)*(0*10*10*)*
does it look good?