I'm trying to match bit sequences which are alternating between 1 and 0 and never have more than one 1 or 0 in a row. They can be single digits.
Try matching this: 0101010, 1010101010 or 1