I am trying to make a compiler and i want it to check numbers that is binary like 0b10011001. I have tried matches.re.finditer("0b[01]+", text). It wo
matches.re.finditer("0b[01]+", text)