Regular expression for all binary string with at least 3 characters and 3rd character should be zero

Regular expression for all binary string with at least 3 characters and 3rd character should be zero

=>  (0+1)(0+1)0(0+1)*

Leave a Reply