regular expresson of variables
        Posted  
        
            by Kevinniceguy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kevinniceguy
        
        
        
        Published on 2010-04-27T22:08:45Z
        Indexed on 
            2010/04/27
            22:13 UTC
        
        
        Read the original article
        Hit count: 254
        
regex
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?
© Stack Overflow or respective owner