str_1='0+$+1(0(01)*00)*11+(0+$+1(0(01)*00)*11)(0+1(0(01)*00)*11)*(0+$+1(0(01)*00)*11)'
As you can see above, I'm trying to match all binary numbers between 0 and 100(both included) divisible by 7. I have used the above regex, whilst checking it on regex101, it gives the error: '+ The preceding token is not quantifiable'.Is there something that I'm doing wrong?